just incase for unknown to me actions.

This commit is contained in:
naomiaro 2010-10-14 20:48:33 -04:00
parent ea07030cd8
commit 321c698c40
1 changed files with 21 additions and 16 deletions

View File

@ -29,7 +29,8 @@ function collector_submit(formname, action, script, name, width, height)
} }
else { else {
//alert(action); //alert(action);
//hpopup(script + '?act=' + action + href);
if(action === 'PL.removeItem') {
$.post(script + '?act=' + action + href, $.post(script + '?act=' + action + href,
@ -47,6 +48,10 @@ function collector_submit(formname, action, script, name, width, height)
"json" "json"
); );
} }
else {
hpopup(script + '?act=' + action + href);
}
}
} }
function collector_switchAll(formname) function collector_switchAll(formname)