1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 06:20:15 +02:00

Badges, navs, and more

This commit is contained in:
Mark Otto
2014-07-09 00:15:20 -07:00
parent f380ca21e2
commit a8625f452e
12 changed files with 90 additions and 50 deletions

View File

@@ -57,7 +57,7 @@
// }, 100)
// theme toggler
;(function () {
(function () {
var stylesheetLink = $('#bs-theme-stylesheet')
var themeBtn = $('.bs-docs-theme-toggle')
@@ -81,7 +81,7 @@
localStorage.removeItem('previewTheme')
}
})
})();
})
// Tooltip and popover demos
$('.tooltip-demo').tooltip({