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:
parent
868a1877d2
commit
7621bd3bb1
@ -865,6 +865,8 @@ function zot_import($arr) {
|
|||||||
$result = process_profile_delivery($i['notify']['sender'],$arr,$deliveries);
|
$result = process_profile_delivery($i['notify']['sender'],$arr,$deliveries);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
if($result)
|
if($result)
|
||||||
$return = array_merge($return,$result);
|
$return = array_merge($return,$result);
|
||||||
|
@ -1 +1 @@
|
|||||||
2013-04-19.288
|
2013-04-21.290
|
||||||
|
@ -88,7 +88,7 @@ function initEditor(cb){
|
|||||||
|
|
||||||
editor = true;
|
editor = true;
|
||||||
// setup acl popup
|
// setup acl popup
|
||||||
$("a#jot-perms-icon").prettyPhoyo({
|
$("a#jot-perms-icon").prettyPhoto({
|
||||||
'transitionIn' : 'elastic',
|
'transitionIn' : 'elastic',
|
||||||
'transitionOut' : 'elastic'
|
'transitionOut' : 'elastic'
|
||||||
});
|
});
|
||||||
@ -252,7 +252,7 @@ function enableOnUser(){
|
|||||||
var bordercolor = $("input").css("border-color");
|
var bordercolor = $("input").css("border-color");
|
||||||
|
|
||||||
$.get('filer/', function(data){
|
$.get('filer/', function(data){
|
||||||
$.prettyPhoto(data);
|
$.fancybox(data);
|
||||||
$("#id_term").keypress(function(){
|
$("#id_term").keypress(function(){
|
||||||
$(this).css("border-color",bordercolor);
|
$(this).css("border-color",bordercolor);
|
||||||
})
|
})
|
||||||
@ -270,7 +270,7 @@ function enableOnUser(){
|
|||||||
// if(timer) clearTimeout(timer);
|
// if(timer) clearTimeout(timer);
|
||||||
// timer = setTimeout(NavUpdate,3000);
|
// timer = setTimeout(NavUpdate,3000);
|
||||||
liking = 1;
|
liking = 1;
|
||||||
$.prettyPhoto.close();
|
$.fancybox.close();
|
||||||
} else {
|
} else {
|
||||||
$("#id_term").css("border-color","#FF0000");
|
$("#id_term").css("border-color","#FF0000");
|
||||||
}
|
}
|
||||||
|
@ -93,7 +93,7 @@ function initEditor(cb){
|
|||||||
|
|
||||||
editor = true;
|
editor = true;
|
||||||
// setup acl popup
|
// setup acl popup
|
||||||
$("a#jot-perms-icon").prettyPhoyo({
|
$("a#jot-perms-icon").prettyPhoto({
|
||||||
'transitionIn' : 'elastic',
|
'transitionIn' : 'elastic',
|
||||||
'transitionOut' : 'elastic'
|
'transitionOut' : 'elastic'
|
||||||
});
|
});
|
||||||
@ -257,7 +257,7 @@ function enableOnUser(){
|
|||||||
var bordercolor = $("input").css("border-color");
|
var bordercolor = $("input").css("border-color");
|
||||||
|
|
||||||
$.get('filer/', function(data){
|
$.get('filer/', function(data){
|
||||||
$.prettyPhoto(data);
|
$.fancybox(data);
|
||||||
$("#id_term").keypress(function(){
|
$("#id_term").keypress(function(){
|
||||||
$(this).css("border-color",bordercolor);
|
$(this).css("border-color",bordercolor);
|
||||||
})
|
})
|
||||||
@ -275,7 +275,7 @@ function enableOnUser(){
|
|||||||
// if(timer) clearTimeout(timer);
|
// if(timer) clearTimeout(timer);
|
||||||
// timer = setTimeout(NavUpdate,3000);
|
// timer = setTimeout(NavUpdate,3000);
|
||||||
liking = 1;
|
liking = 1;
|
||||||
$.prettyPhoto.close();
|
$.fancybox.close();
|
||||||
} else {
|
} else {
|
||||||
$("#id_term").css("border-color","#FF0000");
|
$("#id_term").css("border-color","#FF0000");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user