mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
#1443: forgot to revisit this instance of vAPI.messaging
This commit is contained in:
parent
2d9fe3874c
commit
9c8fecc507
1 changed files with 10 additions and 8 deletions
|
|
@ -27,15 +27,17 @@
|
||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var messager = vAPI.messaging.channel('_open');
|
vAPI.messaging.send(
|
||||||
messager.send({
|
'default',
|
||||||
what: 'gotoURL',
|
{
|
||||||
details: {
|
what: 'gotoURL',
|
||||||
url: 'dashboard.html',
|
details: {
|
||||||
select: true,
|
url: 'dashboard.html',
|
||||||
index: -1
|
select: true,
|
||||||
|
index: -1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
);
|
||||||
window.close();
|
window.close();
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue