mirror of https://github.com/gorhill/uBlock.git
#1443: forgot to revisit this instance of vAPI.messaging
This commit is contained in:
parent
2d9fe3874c
commit
9c8fecc507
|
@ -27,15 +27,17 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
var messager = vAPI.messaging.channel('_open');
|
||||
messager.send({
|
||||
vAPI.messaging.send(
|
||||
'default',
|
||||
{
|
||||
what: 'gotoURL',
|
||||
details: {
|
||||
url: 'dashboard.html',
|
||||
select: true,
|
||||
index: -1
|
||||
}
|
||||
});
|
||||
}
|
||||
);
|
||||
window.close();
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue