diff options
Diffstat (limited to 'install/static/add.js')
-rw-r--r-- | install/static/add.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/add.js b/install/static/add.js index 22914bbe..0acf7858 100644 --- a/install/static/add.js +++ b/install/static/add.js @@ -77,7 +77,7 @@ function ipa_add_dialog(spec) { state[that.entity_name + '-pkey'] = pkey; $.bbq.pushState(state); }, - function() { that.close(); } + function() { } ); }); |