mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-22 05:29:24 -04:00
Let dialogs be draggable for now.
This commit is contained in:
@@ -56,7 +56,7 @@ function openDialog(element) {
|
||||
var dialog = '<div id="gDialog"></div>';
|
||||
$("body").append(dialog);
|
||||
$("#gDialog").dialog({
|
||||
draggable: false,
|
||||
draggable: true,
|
||||
height: '400px',
|
||||
modal: true,
|
||||
overlay: {
|
||||
|
||||
Reference in New Issue
Block a user