From aa29d11c96ebdaffbba8b7b3399e28eef9018334 Mon Sep 17 00:00:00 2001 From: Mark Hetherington Date: Thu, 4 Aug 2022 10:34:37 +1000 Subject: [PATCH 1/2] Avoid self closing tag This makes it compatible with newer Jquery. Resolves #138 --- dist/styles/metro/notify-metro.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/styles/metro/notify-metro.js b/dist/styles/metro/notify-metro.js index 9ba6155..1ada832 100644 --- a/dist/styles/metro/notify-metro.js +++ b/dist/styles/metro/notify-metro.js @@ -1,7 +1,7 @@ $.notify.addStyle("metro", { html: "
" + - "
" + + "
" + "
" + "
" + "
" + @@ -36,4 +36,4 @@ $.notify.addStyle("metro", { "border": "1px solid #ddd" } } -}); \ No newline at end of file +}); From 2b450d7402166dbb914fdb6d8e41873a8e873293 Mon Sep 17 00:00:00 2001 From: Mark Hetherington Date: Thu, 4 Aug 2022 10:41:49 +1000 Subject: [PATCH 2/2] Remove other self closign tags For compatibility with newer JQuery --- dist/styles/metro/notify-metro.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/styles/metro/notify-metro.js b/dist/styles/metro/notify-metro.js index 1ada832..1fccbf3 100644 --- a/dist/styles/metro/notify-metro.js +++ b/dist/styles/metro/notify-metro.js @@ -3,8 +3,8 @@ $.notify.addStyle("metro", { "
" + "
" + "
" + - "
" + - "
" + + "
" + + "
" + "
" + "
", classes: {