diff --git a/js/jquery/plugins/alerts/jquery.alerts.js b/js/jquery/plugins/alerts/jquery.alerts.js index 99d6fb032..b6698d413 100644 --- a/js/jquery/plugins/alerts/jquery.alerts.js +++ b/js/jquery/plugins/alerts/jquery.alerts.js @@ -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); \ No newline at end of file +})(jQuery);