Merge pull request #510 from NicksonYap/master

wrap progressbar with document ready
pull/529/head
AndreiCN 2017-06-23 13:53:14 +03:00 committed by GitHub
commit 5aa58a060c
1 changed files with 6 additions and 4 deletions

View File

@ -136,9 +136,11 @@ $(document).ready(function() {
// /Tooltip
// Progressbar
$(document).ready(function() {
if ($(".progress .progress-bar")[0]) {
$('.progress .progress-bar').progressbar();
}
});
// /Progressbar
// Switchery