Commit 50a87fc37ffb8539b5d3c2ac9b48bfa55cde2d58
1 parent
51f6cc4d
Story ID: 778902 Services Updated
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
2 changed files
with
0 additions
and
1 deletions
setup/wizard/install
100644 → 100755
setup/wizard/resources/wizard.js
| ... | ... | @@ -139,7 +139,6 @@ wizard.prototype.onSubmitValidate = function() { |
| 139 | 139 | document.getElementById('sendAll').value = 'next'; |
| 140 | 140 | document.getElementById('dbsettings').submit(); |
| 141 | 141 | } else { |
| 142 | - alert('asd'); | |
| 143 | 142 | return false; |
| 144 | 143 | /* |
| 145 | 144 | document.getElementById('sendAll').name = 'Previous'; // Force the previous step | ... | ... |