diff options
Diffstat (limited to 'sca-cpp/trunk/hosting/server/htdocs/delete/index.html')
-rw-r--r-- | sca-cpp/trunk/hosting/server/htdocs/delete/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/hosting/server/htdocs/delete/index.html b/sca-cpp/trunk/hosting/server/htdocs/delete/index.html index 3855a09e3c..d578842e7b 100644 --- a/sca-cpp/trunk/hosting/server/htdocs/delete/index.html +++ b/sca-cpp/trunk/hosting/server/htdocs/delete/index.html @@ -138,9 +138,9 @@ $('deleteAppForm').onsubmit = function() { /** * Cancel cloning an app. */ -$('deleteAppCancelButton').onclick = function() { +ui.onclick($('deleteAppCancelButton'), function(e) { history.back(); -}; +}); })(); </script> |