http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9521 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Jonathan Druart <jonathan.druart@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.