Delete develop traces

This commit is contained in:
m-lopez-f 2015-04-15 11:30:50 +02:00
parent a77d962590
commit b78f39f420
1 changed files with 1 additions and 2 deletions

View File

@ -1582,7 +1582,6 @@ switch ($tab) {
*/ */
function agent_wizard_tab_show() { function agent_wizard_tab_show() {
console.log("ENTRO");
wizard_tab_showed = wizard_tab_showed + 1; wizard_tab_showed = wizard_tab_showed + 1;
if(wizard_tab_showed == 1) { if(wizard_tab_showed == 1) {
@ -1592,7 +1591,7 @@ switch ($tab) {
function agent_wizard_tab_hide() { function agent_wizard_tab_hide() {
wizard_tab_showed = wizard_tab_showed - 1; wizard_tab_showed = wizard_tab_showed - 1;
console.log("salgo");
setTimeout(function() { setTimeout(function() {
if(wizard_tab_showed <= 0) { if(wizard_tab_showed <= 0) {
$('.subsubmenu').hide("fast"); $('.subsubmenu').hide("fast");