diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/bootswatch.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/bootswatch.js b/js/bootswatch.js index 5f271762..375cbdd2 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -36,7 +36,6 @@ menu = menu + ' </ul> \ $('.navbar .nav-collapse').first().append(menu); - console.log($('a[rel=tooltip]')); $('a[rel=tooltip]').tooltip({ 'placement': 'bottom' - });
\ No newline at end of file + }); |