From fc5a84fcffa573fc9a61122dc85aa0cf134a0717 Mon Sep 17 00:00:00 2001 From: totoro Date: Thu, 22 May 2014 20:35:17 +0200 Subject: [PATCH] remove doc.css from scroller because it is incompatible with general css of the website. The developer who wants to use it, can include it in list tag header --- web/jQuery/CXM_jquery_datatable.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/jQuery/CXM_jquery_datatable.anubis b/web/jQuery/CXM_jquery_datatable.anubis index dc11d7b..02df8b4 100644 --- a/web/jQuery/CXM_jquery_datatable.anubis +++ b/web/jQuery/CXM_jquery_datatable.anubis @@ -29,7 +29,7 @@ public define List(HTML_Head_Tag) js(js_file("js/jquery/dataTables/dataTables.jqueryui.js")) , css(css_file("js/jquery/dataTables/extensions/Scroller/css/shCore.css")), css(css_file("js/jquery/dataTables/extensions/Scroller/css/shThemeDataTables.css")), - css(css_file("js/jquery/dataTables/extensions/Scroller/css/doc.css")), + //css(css_file("js/jquery/dataTables/extensions/Scroller/css/doc.css")), css(css_file("js/jquery/dataTables/extensions/Scroller/css/dataTables.scroller.css")), js(js_file("js/jquery/dataTables/extensions/Scroller/js/dataTables.scroller.min.js")), ] -- libgit2 0.21.4