Commit fc5a84fcffa573fc9a61122dc85aa0cf134a0717
1 parent
bb33baab
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
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/jQuery/CXM_jquery_datatable.anubis
| ... | ... | @@ -29,7 +29,7 @@ public define List(HTML_Head_Tag) |
| 29 | 29 | js(js_file("js/jquery/dataTables/dataTables.jqueryui.js")) , |
| 30 | 30 | css(css_file("js/jquery/dataTables/extensions/Scroller/css/shCore.css")), |
| 31 | 31 | css(css_file("js/jquery/dataTables/extensions/Scroller/css/shThemeDataTables.css")), |
| 32 | - css(css_file("js/jquery/dataTables/extensions/Scroller/css/doc.css")), | |
| 32 | + //css(css_file("js/jquery/dataTables/extensions/Scroller/css/doc.css")), | |
| 33 | 33 | css(css_file("js/jquery/dataTables/extensions/Scroller/css/dataTables.scroller.css")), |
| 34 | 34 | js(js_file("js/jquery/dataTables/extensions/Scroller/js/dataTables.scroller.min.js")), |
| 35 | 35 | ] | ... | ... |