diff options
| author | Mark Otto <[email protected]> | 2014-07-09 00:15:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-09 00:15:20 -0700 |
| commit | a8625f452ef45fb1a59c049cf02608408303e817 (patch) | |
| tree | c7c7119d744f73f505e63563600ee279d6eccfcb /docs/assets/js/src/application.js | |
| parent | f380ca21e207e688e40a8cbef6d0b5a2c2a00472 (diff) | |
| download | bootstrap-a8625f452ef45fb1a59c049cf02608408303e817.tar.xz bootstrap-a8625f452ef45fb1a59c049cf02608408303e817.zip | |
Badges, navs, and more
Diffstat (limited to 'docs/assets/js/src/application.js')
| -rw-r--r-- | docs/assets/js/src/application.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js index 69a19707c..743617b4e 100644 --- a/docs/assets/js/src/application.js +++ b/docs/assets/js/src/application.js @@ -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({ |
