From 337f671e466fef744999c0649d7c365c3f2a43c0 Mon Sep 17 00:00:00 2001 From: Tim Buckingham Date: Thu, 25 May 2017 16:25:59 -0400 Subject: [PATCH] Fixing front end log-out. https://github.com/bigtreecms/BigTree-CMS/issues/283 --- core/admin/ajax/bar.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/admin/ajax/bar.js.php b/core/admin/ajax/bar.js.php index 177356368..8860ba703 100755 --- a/core/admin/ajax/bar.js.php +++ b/core/admin/ajax/bar.js.php @@ -69,7 +69,7 @@ } } ?> - bigtree_bar_html += 'Logout
'; + bigtree_bar_html += 'Logout
'; bigtree_bar_html += 'THIS IS A PREVIEW OF PENDING CHANGES';