Roo/MessageBox.js
authorAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 15:16:13 +0000 (23:16 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 29 Sep 2011 15:16:13 +0000 (23:16 +0800)
Roo/MessageBox.js

index 51107a1..f8b658a 100644 (file)
@@ -285,8 +285,8 @@ Roo.Msg.show({
             if(this.isVisible()){
                 
                 this.hide();
-                this.alert("ERROR", "Multiple dialogs where displayed at the same time");
-                throw "Roo.MessageBox ERROR : Multiple dialogs where displayed at the same time";
+                //this.alert("ERROR", "Multiple dialogs where displayed at the same time");
+                //throw "Roo.MessageBox ERROR : Multiple dialogs where displayed at the same time";
                 
             }
             var d = this.getDialog();