From 43ecc8726b608472c67f70ac56eb77407414b0c2 Mon Sep 17 00:00:00 2001 From: Chris Rebert <code@rebertia.com> Date: Thu, 26 Jun 2014 10:52:12 -0700 Subject: [PATCH] add comment explaining which demos this JS is for --- docs/assets/js/_src/application.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/assets/js/_src/application.js b/docs/assets/js/_src/application.js index d78e1ddf0d..3af1c58fb8 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() -- GitLab