]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4555 When opening a modal window on Issues page with Chrome, it scrolls down...
authorJulien Lancelot <julien.lancelot@gmail.com>
Tue, 13 Aug 2013 08:44:18 +0000 (10:44 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Tue, 13 Aug 2013 08:44:18 +0000 (10:44 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_show_modal.html.erb

index 493c83d58ccfbb267e25cd23f57ea5c13c4500ab..7272b75e9fc6331b63ebff268fa49f4dbaae1011 100644 (file)
@@ -2,5 +2,5 @@
   <%= render :partial => 'issue/show' -%>
 </div>
 <div class="modal-foot">
-  <input type="button" value="<%= h message('close') -%>" onclick="return closeModalWindow()" autofocus>
+  <a href="#" onclick="return closeModalWindow()" autofocus><%= h message('close') -%></a>
 </div>
\ No newline at end of file