Skip to content

Commit

Permalink
Updated custom js file to fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
saniales authored Apr 27, 2020
1 parent ae76250 commit af1af80
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ $(document).ready(function () {
});

//animatedModal
$("#demo01,#demo02,#demo03,#demo04,#demo05,#demo06,#demo07,#demo08,#demo09").animatedModal();
for (var i = 0; i < 10; i++) {
$("#demo0" + i).animatedModal({
modalTarget:"modal-0" + i,
});
}

// Contact Form

Expand Down Expand Up @@ -160,6 +164,5 @@ $(document).ready(function () {
});
}
});

});
});
});

0 comments on commit af1af80

Please sign in to comment.