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:
@@ -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({
|
||||
|
Reference in New Issue
Block a user