just incase for unknown to me actions.
This commit is contained in:
parent
ea07030cd8
commit
321c698c40
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue