mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Support legacy javascript filter
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8294 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bde3d0d834
commit
668a6c6575
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<fieldset id="login" class="login_{$colorset}">
|
||||
<legend>{$lang->cmd_login}</legend>
|
||||
<form id="fo_login_widget" action="./" method="post">
|
||||
<form id="fo_login_widget" action="./" method="post" onsubmit="return procFilter(this, widget_login)">
|
||||
<input type="hidden" name="_filter" value="widget_login" />
|
||||
|
||||
<div class="idpwWrap">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue