gorhill 2017-04-01 15:45:24 -04:00
parent 68ad90616b
commit 9f4a879bca
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 2 additions and 2 deletions

View File

@ -1013,9 +1013,9 @@ vAPI.tabs.open = function(details) {
// Open in a standalone window
if ( details.popup === true ) {
Services.ww.openWindow(
self,
win,
details.url,
null,
'uBO-logger',
'location=1,menubar=1,personalbar=1,resizable=1,toolbar=1',
null
);