From 0a81e0d2bf2b107a46307e7ab9164f54355bff66 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 20 Feb 2018 16:55:28 -0500 Subject: [PATCH] LP#1739803: add angular tablesport to vendor bundle Otherwise, offline breaks. Signed-off-by: Galen Charlton --- Open-ILS/web/js/ui/default/staff/webpack.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/webpack.config.js b/Open-ILS/web/js/ui/default/staff/webpack.config.js index 1be4c7b334..d8509eaa61 100644 --- a/Open-ILS/web/js/ui/default/staff/webpack.config.js +++ b/Open-ILS/web/js/ui/default/staff/webpack.config.js @@ -100,7 +100,8 @@ const vendorJsFiles = [ 'angular-tree-control', 'iframe-resizer', 'angular-order-object-by', - 'lovefield' + 'lovefield', + 'angular-tablesort' ]; -- 2.11.0