Skip to content

Commit

Permalink
Merge pull request #105 from rasstislav/patch-2
Browse files Browse the repository at this point in the history
Update calendar.js
  • Loading branch information
Aaron Carlino authored Sep 5, 2016
2 parents 2eda597 + 3c2d23c commit ac23a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(function() {

var fetching = false;

$('.calendar-view-more').on("click",function(e) {
$(document).on('click','.calendar-view-more',function(e) {
fetching = true;
e.preventDefault();
$(this).addClass('loading');
Expand Down

0 comments on commit ac23a17

Please sign in to comment.