1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37: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'; '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();
/******************************************************************************/ /******************************************************************************/