diff options
| author | Chris Rebert <[email protected]> | 2014-06-26 10:52:12 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-26 10:52:12 -0700 |
| commit | 43ecc8726b608472c67f70ac56eb77407414b0c2 (patch) | |
| tree | a59299011165e4f8c873b7b57a7fe8bd7c9ccada /docs | |
| parent | 43b7a942bc4eb2307353dcf32e7c245664546afc (diff) | |
| download | bootstrap-43ecc8726b608472c67f70ac56eb77407414b0c2.tar.xz bootstrap-43ecc8726b608472c67f70ac56eb77407414b0c2.zip | |
add comment explaining which demos this JS is for
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/js/_src/application.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/js/_src/application.js b/docs/assets/js/_src/application.js index d78e1ddf0..3af1c58fb 100644 --- a/docs/assets/js/_src/application.js +++ b/docs/assets/js/_src/application.js @@ -81,6 +81,7 @@ container: 'body' }) + // Demos within modals $('.tooltip-test').tooltip() $('.popover-test').popover() |
