reverting to fancybox for "save to file" selection box until we find a better way - prettyPhoto just isn't working for this and I really need this functionality ATM until we can figure out how to make prettyPhoto work properly here.

This commit is contained in:
friendica 2013-04-21 22:12:18 -07:00
parent 868a1877d2
commit 7621bd3bb1
4 changed files with 9 additions and 7 deletions

View file

@ -865,6 +865,8 @@ function zot_import($arr) {
$result = process_profile_delivery($i['notify']['sender'],$arr,$deliveries);
}
}
if($result)
$return = array_merge($return,$result);

View file

@ -1 +1 @@
2013-04-19.288
2013-04-21.290

View file

@ -88,7 +88,7 @@ function initEditor(cb){
editor = true;
// setup acl popup
$("a#jot-perms-icon").prettyPhoyo({
$("a#jot-perms-icon").prettyPhoto({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic'
});
@ -252,7 +252,7 @@ function enableOnUser(){
var bordercolor = $("input").css("border-color");
$.get('filer/', function(data){
$.prettyPhoto(data);
$.fancybox(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;
$.prettyPhoto.close();
$.fancybox.close();
} else {
$("#id_term").css("border-color","#FF0000");
}

View file

@ -93,7 +93,7 @@ function initEditor(cb){
editor = true;
// setup acl popup
$("a#jot-perms-icon").prettyPhoyo({
$("a#jot-perms-icon").prettyPhoto({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic'
});
@ -257,7 +257,7 @@ function enableOnUser(){
var bordercolor = $("input").css("border-color");
$.get('filer/', function(data){
$.prettyPhoto(data);
$.fancybox(data);
$("#id_term").keypress(function(){
$(this).css("border-color",bordercolor);
})
@ -275,7 +275,7 @@ function enableOnUser(){
// if(timer) clearTimeout(timer);
// timer = setTimeout(NavUpdate,3000);
liking = 1;
$.prettyPhoto.close();
$.fancybox.close();
} else {
$("#id_term").css("border-color","#FF0000");
}