remove old runtime messages for overlay

This commit is contained in:
Kyle Spearrin 2017-12-07 16:29:13 -05:00
parent c92bab9836
commit 4bcc1653ac
2 changed files with 1 additions and 7 deletions

View File

@ -52,12 +52,6 @@ export default class RuntimeBackground {
setTimeout(async () => await this.main.refreshBadgeAndMenu(), 2000);
}
break;
case 'bgOpenOverlayPopup':
await this.currentTabSendMessage('openOverlayPopup', msg.data);
break;
case 'bgCloseOverlayPopup':
await this.currentTabSendMessage('closeOverlayPopup');
break;
case 'bgOpenNotificationBar':
await BrowserApi.tabSendMessage(sender.tab, 'openNotificationBar', msg.data);
break;

View File

@ -52,7 +52,7 @@ module.exports = {
use: [{
loader: 'file-loader',
options: {
name: '[name].[hash].[ext]',
name: '[name].[ext]',
outputPath: 'popup/images/',
publicPath: '/'
}