diff options
author | friendica <info@friendica.com> | 2013-04-15 20:47:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-15 20:47:08 -0700 |
commit | b17cadfd0e059c2f243eb110a9ca408ccd81898e (patch) | |
tree | d18607828eb82ab34e222cd5d8179a28475063e7 /view/tpl/jot-header.tpl | |
parent | 6de5adf0babb488367e3fda0748f5e076fb54fdb (diff) | |
parent | dc80dce95e5c94912050c763c1e617e228a80b86 (diff) | |
download | volse-hubzilla-b17cadfd0e059c2f243eb110a9ca408ccd81898e.tar.gz volse-hubzilla-b17cadfd0e059c2f243eb110a9ca408ccd81898e.tar.bz2 volse-hubzilla-b17cadfd0e059c2f243eb110a9ca408ccd81898e.zip |
Merge pull request #47 from beardy-unixer/master
Quick Fix ACL
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rw-r--r-- | view/tpl/jot-header.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 700a815cf..1c4c43903 100644 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -13,7 +13,7 @@ function initEditor(cb){ $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); $("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); editor = true; - $("a#jot-perms-icon").fancybox({ + $("a#jot-perms-icon").prettyPhoto({ 'transitionIn' : 'elastic', 'transitionOut' : 'elastic' }); @@ -88,7 +88,7 @@ function initEditor(cb){ editor = true; // setup acl popup - $("a#jot-perms-icon").fancybox({ + $("a#jot-perms-icon").prettyPhoyo({ 'transitionIn' : 'elastic', 'transitionOut' : 'elastic' }); @@ -252,7 +252,7 @@ function enableOnUser(){ var bordercolor = $("input").css("border-color"); $.get('filer/', function(data){ - $.fancybox(data); + $.prettyPhoto(data); $("#id_term").keypress(function(){ $(this).css("border-color",bordercolor); }) @@ -270,7 +270,7 @@ function enableOnUser(){ // if(timer) clearTimeout(timer); // timer = setTimeout(NavUpdate,3000); liking = 1; - $.fancybox.close(); + $.prettyPhoto.close(); } else { $("#id_term").css("border-color","#FF0000"); } |