putting back popups in playlist so context menu will still work.
This commit is contained in:
parent
321c698c40
commit
4acc4cf715
2 changed files with 10 additions and 6 deletions
|
@ -30,6 +30,7 @@ function collector_submit(formname, action, script, name, width, height)
|
|||
else {
|
||||
//alert(action);
|
||||
|
||||
/*
|
||||
if(action === 'PL.removeItem') {
|
||||
|
||||
$.post(script + '?act=' + action + href,
|
||||
|
@ -51,6 +52,9 @@ function collector_submit(formname, action, script, name, width, height)
|
|||
else {
|
||||
hpopup(script + '?act=' + action + href);
|
||||
}
|
||||
*/
|
||||
|
||||
hpopup(script + '?act=' + action + href);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue