Comparing version 1.0.4 to 1.0.5
@@ -301,3 +301,6 @@ module.exports = function init(browser) { | ||
contents.on("page-title-updated", e => { | ||
browser.mainWindow.setTitle(contents.getTitle()) | ||
if(win.id == browser.current_view.id){ | ||
browser.mainWindow.setTitle(contents.getTitle()) | ||
} | ||
browser.mainWindow.webContents.send('render_message', { | ||
@@ -304,0 +307,0 @@ name: 'update-title', |
{ | ||
"name": "ibrowser", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Integration For Social-browser.com", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93280
2399