diff --git a/plugins/dynamix/include/DefaultPageLayout.php b/plugins/dynamix/include/DefaultPageLayout.php index a13d1479b..6bb49f7d6 100644 --- a/plugins/dynamix/include/DefaultPageLayout.php +++ b/plugins/dynamix/include/DefaultPageLayout.php @@ -663,9 +663,6 @@ defaultPage.on('message', function(msg,meta) { break; } }); -defaultPage.on('error', function(code,error) { - swal({title:"", text:"", type:"warning", html:true, confirmButtonText:""},function(){setTimeout(refresh,50);}); -}); var backtotopoffset = 250; var backtotopduration = 500;