improved pool simple edit interface
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
}
|
||||
|
||||
Danbooru.Pool.initialize_simple_edit = function() {
|
||||
$("ul#sortable").sortable();
|
||||
$("ul#sortable").sortable({
|
||||
placeholder: "ui-state-placeholder"
|
||||
});
|
||||
$("ul#sortable").disableSelection();
|
||||
$("ul#sortable span.delete").click(function(e) {
|
||||
$(e.target).parent().remove();
|
||||
|
||||
Reference in New Issue
Block a user