SF.net SVN: phpwiki:[10728] trunk/themes/smaller/templates/signin.tmpl
vargenau--- via phpwiki-checkins <[email protected]>
| Newsgroups | gmane.comp.web.wiki.phpwiki.checkins |
|---|---|
| Message-ID | <[email protected]> |
Revision: 10728
http://sourceforge.net/p/phpwiki/code/10728
Author: vargenau
Date: 2021-12-06 10:30:56 +0000 (Mon, 06 Dec 2021)
Log Message:
-----------
Remove old comment
Modified Paths:
--------------
trunk/themes/smaller/templates/signin.tmpl
Modified: trunk/themes/smaller/templates/signin.tmpl
===================================================================
--- trunk/themes/smaller/templates/signin.tmpl 2021-12-06 10:09:04 UTC (rev 10727)
+++ trunk/themes/smaller/templates/signin.tmpl 2021-12-06 10:30:56 UTC (rev 10728)
@@ -12,7 +12,6 @@
if ($user->isAuthenticated()) {
$Sep = $WikiTheme->getButtonSeparator();
$SignOutB = $WikiTheme->makeButton(_("Sign Out"), "javascript:SignOut();", 'wikiaction');
- // fails on gecko!
$SignOutJS = JavaScript(' document.write(\'<input type="hidden" name="auth[logout]" value="0" />\');
function SignOut() {
var form = document.forms["'.$FORMNAME.'"];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.