1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Removed unneeded alert/info functionality from notificationBar

This commit is contained in:
Daniel James Smith
2021-09-30 16:50:17 +02:00
parent de0e9a4d94
commit 705c287e1a
4 changed files with 1 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
@@ -37,7 +37,6 @@
<button class="change-save"></button>
</div>
</div>
<div id="template-alert"></div>
</div>
</body>

View File

@@ -126,9 +126,6 @@ document.addEventListener('DOMContentLoaded', () => {
}
sendPlatformMessage(bgChangeSaveMessage);
});
} else if (getQueryVariable('info')) {
setContent(document.getElementById('template-alert'));
document.getElementById('template-alert-clone').textContent = getQueryVariable('info');
}
closeButton.addEventListener('click', (e) => {