Update debug.html

master
zmv7 2020-11-03 19:58:47 +05:00 committed by GitHub
parent 714bca472f
commit f3a9a89b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
function openUrl ( url, width, height ) {
window.open(
url + (url.indexOf('?') === -1 ? '?' : '&') + 'width=' + width + '&height=' + height,
'_blank',
'_self',
'menubar=0,location=0,resizable=0,scrollbars=0,status=0,titlebar=0,left=0,top=0,width=' + width + ',height=' + height
);
}
@ -157,4 +157,4 @@
</tr>-->
</table>
</body>
</html>
</html>