Prettify previous commit
This commit is contained in:
@@ -272,7 +272,7 @@ var MattermostView = React.createClass({
|
|||||||
webview.addEventListener('new-window', function(e) {
|
webview.addEventListener('new-window', function(e) {
|
||||||
var currentURL = url.parse(webview.getURL());
|
var currentURL = url.parse(webview.getURL());
|
||||||
var destURL = url.parse(e.url);
|
var destURL = url.parse(e.url);
|
||||||
if (destURL.protocol !== 'http:' && destURL.protocol !== 'https:'){
|
if (destURL.protocol !== 'http:' && destURL.protocol !== 'https:') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (currentURL.host === destURL.host) {
|
if (currentURL.host === destURL.host) {
|
||||||
|
Reference in New Issue
Block a user