https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32672

            Bug ID: 32672
           Summary: Incorrect CSS path to jquery-ui
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Templates
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
        Depends on: 30011

Not sure how bad this is, but we are pointing to a non-existing css file:

koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt:    [%
Asset.css("lib/jquery/jquery-ui-1.13.1.css") | $raw %]
koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt:[%
Asset.css("lib/jquery/jquery-ui-1.13.1.css") | $raw %]
koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt:    [%
Asset.css("lib/jquery/jquery-ui-1.13.1.css") | $raw %]

From 
  commit de2d8ba3e4f611aadc29165a7748cc1797d87ce3    
  Bug 30011: Update links to jQueryUI assets, remove datepicker references,
etc.

-    [% Asset.css("lib/jquery/jquery-ui-1.12.1.css") | $raw %]
+    [% Asset.css("lib/jquery/jquery-ui-1.13.1.css") | $raw %]

We only have the min version for 1.13.1.css


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30011
[Bug 30011] Upgrade jQueryUI to 1.13.1 in the OPAC and staff interface
-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to