1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

some updates to overlay icon positioning

This commit is contained in:
Kyle Spearrin
2016-10-05 00:20:12 -04:00
parent 5d269884d4
commit 869a3ffa8a
2 changed files with 75 additions and 55 deletions

View File

@@ -1,6 +1,7 @@
!(function () {
chrome.runtime.onMessage.addListener(function (msg, sender, sendResponse) {
if (msg.command === 'openOverlayPopup') {
closePopup();
openPopup(msg.data);
sendResponse();
return true;