]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4764 disable submit button when restore is being executed
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 11 Jun 2014 11:35:17 +0000 (13:35 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 11 Jun 2014 11:35:32 +0000 (13:35 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_restore_built_in_form.html.erb

index 53fe42c13a7420e806f876a7c44d0f5415ae3987..b483ce1ad51cdcbc6ca825a9bc1637475193a406 100644 (file)
@@ -16,3 +16,6 @@
     </div>
   </fieldset>
 </form>
+<script>
+  $j("#restore-built-in-profiles-form").modalForm();
+</script>