diff --git a/api/js/jsapi/egw_open.js b/api/js/jsapi/egw_open.js index 96901abbfb..909c320186 100644 --- a/api/js/jsapi/egw_open.js +++ b/api/js/jsapi/egw_open.js @@ -634,6 +634,7 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd) case "new": c.index = "new"; break; + default: case "add": c.index = 0; break;