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:
flyskyko 2012-09-27 02:28:37 +00:00
parent 92b815467c
commit 03554f38ab
3 changed files with 56 additions and 51 deletions

View file

@ -1,9 +0,0 @@
(function($){
$('input[name=allow_outlink]').click(function(){
if($(this).val() == 'Y'){
$('._outLink').show();
}else{
$('._outLink').hide();
}
});
}(jQuery))