From f6e00e62a1c796ca893d03eef55e9d0c0162215d Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Wed, 4 Jan 2012 14:34:26 +0000 Subject: [PATCH] // removed draggable option in jquery.alerts config --- js/jquery/plugins/alerts/jquery.alerts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);