diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-03-08 11:17:20 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-03-08 11:17:20 -0500 |
commit | e8d5444e00d71cf9836ad61858e667a222def19f (patch) | |
tree | 3834c15ee18caebef11c51ea3173c0c38fe8038b /assets/js/bootswatch.js | |
parent | 642c7ed19523f36a6303f43dc7bc1653b150178e (diff) |
add dialog components to previews
Diffstat (limited to 'assets/js/bootswatch.js')
-rw-r--r-- | assets/js/bootswatch.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/js/bootswatch.js b/assets/js/bootswatch.js index 2f80654b..93f1d4ef 100644 --- a/assets/js/bootswatch.js +++ b/assets/js/bootswatch.js @@ -7,6 +7,9 @@ $("#source-modal").modal(); }); + $('.bs-component [data-toggle="popover"]').popover(); + $('.bs-component [data-toggle="tooltip"]').tooltip(); + $(".bs-component").hover(function(){ $(this).append($button); $button.show(); |