mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Issue 2376: Admin UI Refactoring - Settings - File Upload
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11538 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
92b815467c
commit
03554f38ab
3 changed files with 56 additions and 51 deletions
|
|
@ -1,9 +0,0 @@
|
|||
(function($){
|
||||
$('input[name=allow_outlink]').click(function(){
|
||||
if($(this).val() == 'Y'){
|
||||
$('._outLink').show();
|
||||
}else{
|
||||
$('._outLink').hide();
|
||||
}
|
||||
});
|
||||
}(jQuery))
|
||||
Loading…
Add table
Add a link
Reference in a new issue