[Koha-bugs] [Bug 9521] Move common jQuery assets to koha-tmpl/intranet-tmpl/lib

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 5 12:12:09 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9521

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #5 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to comment #4)
> Because intranet and OPAC do not share a common web-accessible directory in
> standard installations.

Thanks Jared, I didn't know this special feature.

Owen, I think 3 occurrences has to be replaced too:
$ grep -R jquery.js | grep themelang
includes/help-top.inc:<script type="text/javascript" src="[% themelang
%]/lib/jquery/jquery.js"></script>
$ grep -R highlight | grep themelang
modules/admin/preferences.tt:<script src="[% themelang
%]/lib/jquery/plugins/jquery.highlight-3.js" type="text/javascript"></script>
$ grep -R hotkeys | grep themelang
includes/help-top.inc:<script type="text/javascript" src="[% themelang
%]/lib/jquery/plugins/jquery.hotkeys.min.js"></script>

It seems that the first one is useless and can be removed.

Marked as Failed QA.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list