From 530c7ccf29a204f459d6533f7dde703304c665c5 Mon Sep 17 00:00:00 2001 From: NOYB Date: Sat, 2 Apr 2016 00:02:52 -0700 Subject: Status - Remove Personalizations Remove "you" personalizations. --- src/usr/local/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/index.php') diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php index 31fd1ff..a435777 100644 --- a/src/usr/local/www/index.php +++ b/src/usr/local/www/index.php @@ -510,7 +510,7 @@ events.push(function() { // provide a warning message if the user tries to change page before saving $(window).bind('beforeunload', function(){ if (dirty) { - return (""); + return (""); } else { return undefined; } -- cgit v1.1