Skip to content

Commit

Permalink
hardcod logout link
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Apr 3, 2016
1 parent ddc1a11 commit 769256c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ function setupPageTimeout() {
if (typeof refreshMSeconds != 'undefined') {
myRefresh = setTimeout(function() {
if (refreshIsLogout) {
document.location = refreshPage;
document.location = 'logout.php';
}else{
if (previousPage != '') {
refreshPage = previousPage;
Expand Down

0 comments on commit 769256c

Please sign in to comment.