From 8fd3184728d5fe5db96d9783505219edff72a07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sat, 13 Aug 2011 06:51:25 +0200 Subject: [PATCH] rgbcolor.js is merged into canvg.js --- tbl_zoom_select.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index cdb784d00b..dfe35b82c1 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -25,7 +25,6 @@ $GLOBALS['js_include'][] = 'highcharts/highcharts.js'; /* Files required for chart exporting */ $GLOBALS['js_include'][] = 'highcharts/exporting.js'; $GLOBALS['js_include'][] = 'canvg/canvg.js'; -$GLOBALS['js_include'][] = 'canvg/rgbcolor.js'; $GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js'; $GLOBALS['js_include'][] = 'jquery/timepicker.js';