From 0c368a460ac0237b6af0974c3de30bfbb2a7c991 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 16 May 2016 17:06:39 +0800 Subject: [PATCH] * remove datatable. --- tools/minifyfront.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/minifyfront.php b/tools/minifyfront.php index 452e065484..b97889736c 100755 --- a/tools/minifyfront.php +++ b/tools/minifyfront.php @@ -19,7 +19,6 @@ $jsFiles[] = $jqueryRoot . 'chosen/min.js'; $jsFiles[] = $jqueryRoot . 'treeview/min.js'; $jsFiles[] = $jqueryRoot . 'datetimepicker/min.js'; $jsFiles[] = $jsRoot . 'chartjs/chart.min.js'; -$jsFiles[] = $jsRoot . 'datatable/min.js'; /* Combine these js files. */ $allJSFile = $jsRoot . 'all.js'; @@ -71,7 +70,6 @@ foreach($langs as $lang) $cssCode .= file_get_contents($jqueryRoot . 'chosen/min.css'); $cssCode .= file_get_contents($themeRoot . 'default/treeview.css'); $cssCode .= file_get_contents($jqueryRoot . 'datetimepicker/min.css'); - $cssCode .= file_get_contents($jsRoot . 'datatable/min.css'); /* Css file for current lang and current them. */ $cssCode .= file_get_contents($themeRoot . "lang/$lang.css");