Changeset - 03a04775c931
[Not reviewed]
default
0 1 0
Takumi IINO - 11 years ago 2014-07-05 18:34:30
trot.thunder@gmail.com
replace YUI with jquery in templates/base/default_perms_box.html
1 file changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/base/default_perms_box.html
Show inline comments
 
@@ -73,10 +73,9 @@ ${h.end_form()}
 
$(document).ready(function(e){
 
    var show_custom_perms = function(inherit_default){
 
        if(inherit_default){
 
            YUD.setStyle('inherit_overlay', 'display', 'none');
 
        }
 
        else{
 
            YUD.setStyle('inherit_overlay', 'display', '');
 
            $('#inherit_overlay').hide();
 
        }else{
 
            $('#inherit_overlay').show();
 
        }
 
    }
 

	
0 comments (0 inline, 0 general)