X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fsmoothly%2Fsmarty3%2Fjot-header.tpl;h=0560969a6e0658f54d61abcc50e325dbc74550d9;hb=ddf1caf0fd9ea4fc97147ba7b45587bcf7a6fab4;hp=85190823995fa884d335a549f84326249b924c4a;hpb=b58189bb98a3583f3be66e986bd84bc68f01b78d;p=friendica.git diff --git a/view/theme/smoothly/smarty3/jot-header.tpl b/view/theme/smoothly/smarty3/jot-header.tpl index 8519082399..0560969a6e 100644 --- a/view/theme/smoothly/smarty3/jot-header.tpl +++ b/view/theme/smoothly/smarty3/jot-header.tpl @@ -19,9 +19,9 @@ function initEditor(cb){ $("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); $(".jothidden").show(); editor = true; - $("a#jot-perms-icon").fancybox({ - 'transitionIn' : 'elastic', - 'transitionOut' : 'elastic' + $("a#jot-perms-icon").colorbox({ + 'inline' : true, + 'transition' : 'elastic' }); $("#profile-jot-submit-wrapper").show(); {{if $newpost}} @@ -138,9 +138,9 @@ function initEditor(cb){ }); editor = true; // setup acl popup - $("a#jot-perms-icon").fancybox({ - 'transitionIn' : 'none', - 'transitionOut' : 'none' + $("a#jot-perms-icon").colorbox({ + 'inline' : true, + 'transition' : 'elastic' }); } else { if (typeof cb!="undefined") cb(); @@ -329,7 +329,7 @@ function enableOnUser(){ var bordercolor = $("input").css("border-color"); $.get('filer/', function(data){ - $.fancybox(data); + $.colorbox({html:data}); $("#id_term").keypress(function(){ $(this).css("border-color",bordercolor); }) @@ -347,7 +347,7 @@ function enableOnUser(){ // if(timer) clearTimeout(timer); // timer = setTimeout(NavUpdate,3000); liking = 1; - $.fancybox.close(); + $.colorbox.close(); } else { $("#id_term").css("border-color","#FF0000"); }