Skip to content

Commit

Permalink
Update calendar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rasstislav authored Aug 31, 2016
1 parent 2eda597 commit 3c2d23c
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 3c2d23c

Please sign in to comment.