document.write("
const monthNext = function () {
if (checkMonth(settings.date.getMonth() + 1)) {
settings.date.setMonth(settings.date.getMonth() + 1);
createMonth();
}
};
Old Snippet - 1.000 - Snippet hosted by \"Cacher\"
");