Skip to content

Commit

Permalink
Merge pull request #2 from saniales/patch-1
Browse files Browse the repository at this point in the history
Updated custom js file to fix bug
  • Loading branch information
Ermesss authored Apr 27, 2020
2 parents 687bbfe + af1af80 commit 53bf126
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 53bf126

Please sign in to comment.