calendar fixes

This commit is contained in:
medet97 2020-04-30 15:46:13 +05:00
parent 9fd60bcf8a
commit c4579493c9
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
//event.oldValue - Previous value of the modified attribute
//event.newValue - New value of the modified attribute
//Triggered when the selected elements attribute is added/updated/removed
alert($(this).attr('selectedday'));
}
});
});