From cc6a4d94ddd74656323b13424431e98b03338dcc Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Fri, 19 Jun 2015 14:21:44 +0200 Subject: [PATCH] ASAP plugin fixed JS bug for Safari --- plugins/asap/static/js/asap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/asap/static/js/asap.js b/plugins/asap/static/js/asap.js index 861f0cf9..107049b7 100644 --- a/plugins/asap/static/js/asap.js +++ b/plugins/asap/static/js/asap.js @@ -50,7 +50,7 @@ var AsapDateSelected = new Date(); /* PLUGIN EVENTS */ // on_show like in querytable - remove(id) { + remove: function(id) { return (elem=document.getElementById(id)).parentNode.removeChild(elem); }, /* GUI EVENTS */ -- 2.43.0