#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
1 changed files with 10 additions and 8 deletions

View File

@ -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();
/******************************************************************************/