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');
-

Show Archive

+

Show Archive

@@ -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 + '
');