From: Chris Rebert Date: Sat, 7 Mar 2015 14:40:57 +0000 (-0800) Subject: add togglable scrollbar-inducing content to Modal visual test X-Git-Tag: v3.3.4~26^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a134491fe5d30af67ccabb432a7d303ee5f0c71d;p=thirdparty%2Fbootstrap.git add togglable scrollbar-inducing content to Modal visual test --- diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index 78b1a6aeb6..aee4d7893d 100644 --- a/js/tests/visual/modal.html +++ b/js/tests/visual/modal.html @@ -13,6 +13,15 @@ + + @@ -122,6 +131,12 @@ Launch demo modal + +

+ + @@ -137,6 +152,9 @@ $(function () { $('.js-popover').popover() $('.js-tooltip').tooltip() + $('#tall-toggle').click(function () { + $('#tall').toggle() + }) })