This commit is contained in:
tidusjar 2016-08-11 21:47:01 +01:00
commit d7997d5cc0
10 changed files with 175 additions and 69 deletions

View file

@ -26,6 +26,9 @@ function utcToLocal(date) {
function generateNotify(message, type) {
// type = danger, warning, info, successs
if (!type) {
type = "success";
}
$.notify({
// options
message: message