We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6d01a commit 64db57dCopy full SHA for 64db57d
src/Public/quickadmin/js/main.js
@@ -3,9 +3,6 @@ $(document).ready(function () {
3
"iDisplayLength": 100,
4
"aaSorting": []
5
});
6
- $('.datepicker').datepicker({
7
- autoclose: true
8
- });
9
$('.ckeditor').each(function () {
10
CKEDITOR.replace($(this));
11
})
0 commit comments