From 730588776eeed394caa216bca3b3b50314b37e20 Mon Sep 17 00:00:00 2001 From: Rosiak Date: Sat, 9 Jan 2016 00:28:58 +0100 Subject: [PATCH] Correction --- html/pages/notifications.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/pages/notifications.inc.php b/html/pages/notifications.inc.php index b85ef36e28..edc25e8033 100644 --- a/html/pages/notifications.inc.php +++ b/html/pages/notifications.inc.php @@ -112,7 +112,7 @@ $notifications = new ObjCache('notifications');
@@ -164,7 +164,7 @@ $(function() { success: function (data) { if( data.status == "ok" ) { $("#message").html('
' + data.message + '
'); - window.location.href="notifications"; + window.location.href="notifications"; } else { $("#message").html('
' + data.message + '
'); @@ -208,7 +208,7 @@ $(function() { success: function (data) { if( data.status == "ok" ) { $("#message").html('
' + data.message + '
'); - window.location.href="notifications"; + window.location.href="notifications"; } else { $("#message").html('
' + data.message + '
'); @@ -227,7 +227,7 @@ $(function() { success: function (data) { if( data.status == "ok" ) { $("#message").html('
' + data.message + '
'); - window.location.href="notifications"; + window.location.href="notifications"; } else { $("#message").html('
' + data.message + '
');