diff options
Diffstat (limited to 'app/views/common/_tabs.html.erb')
-rw-r--r-- | app/views/common/_tabs.html.erb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/common/_tabs.html.erb b/app/views/common/_tabs.html.erb index 454b5d772..705ecc710 100644 --- a/app/views/common/_tabs.html.erb +++ b/app/views/common/_tabs.html.erb @@ -13,11 +13,6 @@ </div> </div> -<script> - $(document).ready(displayTabsButtons); - $(window).resize(displayTabsButtons); -</script> - <% tabs.each do |tab| -%> <%= content_tag('div', render(:partial => tab[:partial], :locals => {:tab => tab} ), :id => "tab-content-#{tab[:name]}", |