mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
645e4ed919
commit
ab84f1e730
2 changed files with 15 additions and 6 deletions
|
@ -2931,6 +2931,11 @@ async function checkSavedCookies() {
|
|||
});
|
||||
}
|
||||
|
||||
function openWindow(url) {
|
||||
var windowObject = window.open(url, '_blank').focus();
|
||||
return windowObject;
|
||||
}
|
||||
|
||||
function openWindowWithPost(url, name, params, strWindowFeatures) {
|
||||
if(empty(strWindowFeatures)){
|
||||
strWindowFeatures = "directories=no,titlebar=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,height=600,width=800";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue