a function was deleted this was redirect a logo option

This commit is contained in:
Carlos Pacha
2011-01-19 14:25:22 +00:00
parent f082add284
commit b2eeb1ade2

View File

@@ -75,7 +75,6 @@
else else
parent.window.location.href = 'main_init'; parent.window.location.href = 'main_init';
history.go(0); history.go(0);
jumbshowlogo();
}}); }});
} }
@@ -91,7 +90,6 @@
action:function(){ action:function(){
ajax_function('logo_Delete','','NAMELOGO='+nameLogo,'GET') ; ajax_function('logo_Delete','','NAMELOGO='+nameLogo,'GET') ;
history.go(0); history.go(0);
jumbshowlogo();
} }
}); });
return false; return false;
@@ -106,17 +104,5 @@
ajax_function('replacementLogo','restoreLogo','OPTFILEDB='+optfiledb+'&USRUID='+usrUid,'GET') ; ajax_function('replacementLogo','restoreLogo','OPTFILEDB='+optfiledb+'&USRUID='+usrUid,'GET') ;
//parent.window.location.href = 'setup'; //parent.window.location.href = 'setup';
parent.window.location.href = 'main_init'; parent.window.location.href = 'main_init';
} }
/*
* By krlos April 07, 2010
* we're going to go to the logo option
* parameter
*/
var jumbshowlogo = function() {
//parent.admToolsContent.location='uplogo';
//parent.document.getElementById('setup-frame').location='uplogo';
document.getElementById('setup-frame').src = 'uplogo';
}
</script> </script>