diff --git a/javascripts/tabs.js b/javascripts/tabs.js index 1c3de1a..bf7ce46 100644 --- a/javascripts/tabs.js +++ b/javascripts/tabs.js @@ -7,7 +7,6 @@ * 8/17/2011 */ - $('body').on('click', 'ul.tabs > li > a', function(e) { //Get Location of tab's content @@ -26,4 +25,4 @@ $('body').on('click', 'ul.tabs > li > a', function(e) { $(contentLocation).show().addClass('active').siblings().hide().removeClass('active'); } -}); \ No newline at end of file +});