mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
issue 2590 improve member config.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11742 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e26413fe4e
commit
ab79cd53c7
29 changed files with 718 additions and 1156 deletions
5
modules/member/tpl/js/config.js
Normal file
5
modules/member/tpl/js/config.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function enableSignUpTab(isEnable)
|
||||
{
|
||||
var $ = jQuery;
|
||||
$('#signupTab').toggle(isEnable);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue