Bug 12118 - remove unnecessary YUI assets included in offline circ manifest
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. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
fc9d207d9e
commit
c5a58a0457
1 changed files with 0 additions and 4 deletions
|
@ -22,12 +22,8 @@ CACHE:
|
||||||
[% themelang %]/js/offlinecirc.js
|
[% themelang %]/js/offlinecirc.js
|
||||||
[% themelang %]/js/staff-global.js
|
[% themelang %]/js/staff-global.js
|
||||||
[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.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/reset-fonts-grids.css
|
||||||
[% themelang %]/lib/yui/skin.css
|
[% themelang %]/lib/yui/skin.css
|
||||||
[% themelang %]/lib/yui/utilities/utilities.js
|
|
||||||
[% interface %]/prog/img/cart-small.gif
|
[% interface %]/prog/img/cart-small.gif
|
||||||
[% interface %]/prog/img/glyphicons-halflings-koha.png
|
[% interface %]/prog/img/glyphicons-halflings-koha.png
|
||||||
[% interface %]/prog/img/koha-logo-medium.gif
|
[% interface %]/prog/img/koha-logo-medium.gif
|
||||||
|
|
Loading…
Reference in a new issue