LP#1751318 Remove direct tablesort import
authorBill Erickson <berickxx@gmail.com>
Fri, 23 Feb 2018 20:20:48 +0000 (15:20 -0500)
committerJason Stephenson <jason@sigio.com>
Tue, 13 Mar 2018 15:11:12 +0000 (11:11 -0400)
Avoid attempts to directly import angular-tablesort.js from the offline
interface.  The script is already included in vendor.bundle.js and the
direct import, which refers to a nonexistant file, breaks the Perl live
test for offline dependency checking.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jason Stephenson <jason@sigio.com>

Open-ILS/src/templates/staff/offline-interface.tt2

index 725b7c3..16424ce 100644 (file)
 <!-- offline page app -->
 <script src="[% ctx.media_prefix %]/js/ui/default/staff/services/file.js"></script>
 <script src="[% ctx.media_prefix %]/js/ui/default/staff/offline.js"></script>
-<script src="[% ctx.media_prefix %]/js/ui/default/staff/build/js/angular-tablesort.js"></script>
 <script>
 angular.module('egCoreMod').run(['egStrings', function(s) {
   s.OFFLINE_BLOCKLIST_SUCCESS = "[% l('Offline blocklist downloaded') %]";