allow user to close the dialog without buttons
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 3 Oct 2006 22:10:41 +0000 (22:10 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 3 Oct 2006 22:10:41 +0000 (22:10 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6375 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/error.js

index 2cf8e87..54c04db 100644 (file)
@@ -351,7 +351,8 @@ util.error.prototype = {
                                case 'b3' : return 2; break;
                        }
                } else {
-                       return this.yns_alert(s,title,b1,b2,b3,c,image);
+                       //return this.yns_alert(s,title,b1,b2,b3,c,image);
+                       return null;
                }
        },