Fixed issue with unselectable form items in dashboard v1

pull/556/head^2
Abdullah Almsaeed 2015-02-16 12:57:01 -05:00
parent f84eb88bcf
commit 3996c72e66
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ $(function () {
handle: ".box-header, .nav-tabs",
forcePlaceholderSize: true,
zIndex: 999999
}).disableSelection();
});
$(".connectedSortable .box-header, .connectedSortable .nav-tabs-custom").css("cursor", "move");
//jQuery UI sortable for the todo list
$(".todo-list").sortable({
@ -28,7 +28,7 @@ $(function () {
handle: ".handle",
forcePlaceholderSize: true,
zIndex: 999999
}).disableSelection();
});
//bootstrap WYSIHTML5 - text editor
$(".textarea").wysihtml5();