diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-11-16 11:55:47 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-11-16 11:55:47 -0500 |
commit | e6092c3fe985fb326ad3625274bb021ce61bf80c (patch) | |
tree | 8f2a16ba2ee70458e4b099a808a7214154a9d363 /js/bootswatch.js | |
parent | 15edcba27af4ab07b13410e08085352adb6dcb3e (diff) |
index: no longer using snippets
Diffstat (limited to 'js/bootswatch.js')
-rw-r--r-- | js/bootswatch.js | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/js/bootswatch.js b/js/bootswatch.js index 93b891f6..231ad8f9 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -1,12 +1,5 @@ -$('#main-menu').load('/js/snippets/main-menu.html', function(){ - if($('body').hasClass('preview')){ - $('#main-menu-left').append('<li class="dropdown" id="preview-menu"></li>'); - $('#preview-menu').load('/js/snippets/preview-menu.html'); - } - - $('a[rel=tooltip]').tooltip({ - 'placement': 'bottom' - }); +$('a[rel=tooltip]').tooltip({ + 'placement': 'bottom' }); function parseRSS(url, callback) { |