summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-21 12:27:21 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-21 12:27:21 -0500
commitbe043051acb1904e17edabe870c06787b9068e5e (patch)
treee8457f7e77b703028d51f8edcb4581380405b8a9 /js
parent82f1189d8c93dc19c808fc1b16a5fb2b2b0ec816 (diff)
removed unneeded js
Diffstat (limited to 'js')
-rw-r--r--js/bootswatch.js3
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
+ });