mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed issue with unselectable form items in dashboard v1
parent
f84eb88bcf
commit
3996c72e66
|
@ -20,7 +20,7 @@ $(function () {
|
||||||
handle: ".box-header, .nav-tabs",
|
handle: ".box-header, .nav-tabs",
|
||||||
forcePlaceholderSize: true,
|
forcePlaceholderSize: true,
|
||||||
zIndex: 999999
|
zIndex: 999999
|
||||||
}).disableSelection();
|
});
|
||||||
$(".connectedSortable .box-header, .connectedSortable .nav-tabs-custom").css("cursor", "move");
|
$(".connectedSortable .box-header, .connectedSortable .nav-tabs-custom").css("cursor", "move");
|
||||||
//jQuery UI sortable for the todo list
|
//jQuery UI sortable for the todo list
|
||||||
$(".todo-list").sortable({
|
$(".todo-list").sortable({
|
||||||
|
@ -28,7 +28,7 @@ $(function () {
|
||||||
handle: ".handle",
|
handle: ".handle",
|
||||||
forcePlaceholderSize: true,
|
forcePlaceholderSize: true,
|
||||||
zIndex: 999999
|
zIndex: 999999
|
||||||
}).disableSelection();
|
});
|
||||||
|
|
||||||
//bootstrap WYSIHTML5 - text editor
|
//bootstrap WYSIHTML5 - text editor
|
||||||
$(".textarea").wysihtml5();
|
$(".textarea").wysihtml5();
|
||||||
|
|
Loading…
Reference in New Issue