diff --git a/src/iso-registry-client/src/main/webapp/WEB-INF/views/globals.html b/src/iso-registry-client/src/main/webapp/WEB-INF/views/globals.html index 0e3c414d..43fee5e6 100644 --- a/src/iso-registry-client/src/main/webapp/WEB-INF/views/globals.html +++ b/src/iso-registry-client/src/main/webapp/WEB-INF/views/globals.html @@ -749,7 +749,17 @@

').attr({ //fix for Safari + type: 'hidden', + id: submitButtonName, + name: submitButtonName + }).appendTo(form); + } + form.submit(); return false; },