Bug 10716: fix JavaScript error on basket groups page
To test: Go on acqui/basketgroup.tt and verify a js error occurred (ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined). Apply the patch and verify the error does not appear anymore. Signed-off-by: Galen Charlton <gmc@esilibrary.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
09e802c793
commit
a4d8144efd
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
|
||||
[% INCLUDE 'doc-head-close.inc' %]
|
||||
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script>
|
||||
[% INCLUDE 'datatables-strings.inc' %]
|
||||
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script>
|
||||
<script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script>
|
||||
<script type="text/javascript" src="[% yuipath %]/button/button-min.js"></script>
|
||||
|
|
Loading…
Reference in a new issue