From 9021d7fc7ee308c0df84ad29da0bf316f592ce89 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Tue, 13 Jan 2015 10:48:15 -0500 Subject: [PATCH] - cleaned up javascript --- interface/web/login/logout.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/login/logout.php b/interface/web/login/logout.php index 5e79629..8d947d4 100644 --- a/interface/web/login/logout.php +++ b/interface/web/login/logout.php @@ -54,7 +54,7 @@ <input type="hidden" name="s_pg" value="index" /> <div class="wf_actions buttons"> <button class="positive iconstxt icoPositive" type="button" value="Yes, re-login as ' . $utype . '" onclick="submitLoginForm(' . "'pageForm'" . ');"><span>Yes, re-login as ' . $utype . '</span></button> - <button class="negative iconstxt icoNegative" type="button" value="No, logout" onclick="loadContent('. "'login/logout.php?l=1'" . ');"><span>No, logout</span></button> + <button class="negative iconstxt icoNegative" type="button" value="No, logout" data-load-content="login/logout.php?l=1"><span>No, logout</span></button> </div> '; exit; -- Gitblit v1.9.1