1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

#1443: forgot to revisit this instance of vAPI.messaging

This commit is contained in:
gorhill 2016-03-16 09:47:10 -04:00
parent 2d9fe3874c
commit 9c8fecc507

View File

@ -27,15 +27,17 @@
'use strict';
var messager = vAPI.messaging.channel('_open');
messager.send({
what: 'gotoURL',
details: {
url: 'dashboard.html',
select: true,
index: -1
vAPI.messaging.send(
'default',
{
what: 'gotoURL',
details: {
url: 'dashboard.html',
select: true,
index: -1
}
}
});
);
window.close();
/******************************************************************************/