[Koha-patches] [PATCH] Bug 12118 - Unnecessary YUI assets included in offline circ manifest

Owen Leonard oleonard at myacpl.org
Mon Apr 21 20:32:33 CEST 2014


The offline circulation asset manifest includes some YUI JavaScript
files which are no longer used by any template in Koha except for
acquisitions/basketgroup.tt. This patch removes them from the manifest.

To test, apply the patch and test offline circulation. Everything should
work correctly.
---
 .../prog/en/modules/circ/offline-mf.tt             |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt
index 21bc89e..edccfc4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline-mf.tt
@@ -22,12 +22,8 @@ CACHE:
 [% themelang %]/js/offlinecirc.js
 [% themelang %]/js/staff-global.js
 [% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js
-[% themelang %]/lib/yui/button/button-min.js
-[% themelang %]/lib/yui/container/container_core-min.js
-[% themelang %]/lib/yui/menu/menu-min.js
 [% themelang %]/lib/yui/reset-fonts-grids.css
 [% themelang %]/lib/yui/skin.css
-[% themelang %]/lib/yui/utilities/utilities.js
 [% interface %]/prog/img/cart-small.gif
 [% interface %]/prog/img/glyphicons-halflings-koha.png
 [% interface %]/prog/img/koha-logo-medium.gif
-- 
1.7.9.5


More information about the Koha-patches mailing list