// removed draggable option in jquery.alerts config

This commit is contained in:
mMarinetti
2012-01-04 14:34:26 +00:00
parent 1fd9e5b80e
commit f6e00e62a1
+2 -2
View File
@@ -35,7 +35,7 @@
repositionOnResize: true, // re-centers the dialog on window resize
overlayOpacity: .01, // transparency level of overlay
overlayColor: '#FFF', // base color of overlay
draggable: true, // make the dialogs draggable (requires UI Draggables plugin)
draggable: false, // make the dialogs draggable (requires UI Draggables plugin)
okButton: ' OK ', // text for the OK button
cancelButton: ' Cancel ', // text for the Cancel button
dialogClass: null, // if specified, this class will be applied to all dialogs
@@ -232,4 +232,4 @@
$.alerts.prompt(message, value, title, callback);
};
})(jQuery);
})(jQuery);