Skip to content

Commit 46ff317

Browse files
committed
missed out one comma
1 parent 999559b commit 46ff317

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cron/jquery-cron-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cron/jquery-cron.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
error : function() {
393393
alert("An error occured when submitting your request. Try again?");
394394
btn.removeClass("cron-loading");
395-
},
395+
}
396396
});
397397
}
398398
};
@@ -407,4 +407,4 @@
407407
}
408408
};
409409

410-
})(jQuery);
410+
})(jQuery);

0 commit comments

Comments
 (0)