diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-10-24 18:41:35 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-10-24 18:41:35 +0000 |
commit | 67c4936908e6bc9ac613b41d3ae00b48a4801daf (patch) | |
tree | eaa907b56b3a3abc20ec980b12d74f3b5d9bd5a2 /app/views/common/_tabs.html.erb | |
parent | b63123ac1e52f04a1c41fc195671a7b94744e25f (diff) | |
download | redmine-67c4936908e6bc9ac613b41d3ae00b48a4801daf.tar.gz redmine-67c4936908e6bc9ac613b41d3ae00b48a4801daf.zip |
Restores commits reverted when rails-4.1 branch was merged (#18174).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@13504 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/common/_tabs.html.erb')
-rw-r--r-- | app/views/common/_tabs.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/common/_tabs.html.erb b/app/views/common/_tabs.html.erb index ffb7f2afa..454b5d772 100644 --- a/app/views/common/_tabs.html.erb +++ b/app/views/common/_tabs.html.erb @@ -8,8 +8,8 @@ <% end -%> </ul> <div class="tabs-buttons" style="display:none;"> - <button class="tab-left" onclick="moveTabLeft(this); return false;"></button> - <button class="tab-right" onclick="moveTabRight(this); return false;"></button> + <button class="tab-left" type="button" onclick="moveTabLeft(this);"></button> + <button class="tab-right" type="button" onclick="moveTabRight(this);"></button> </div> </div> |