mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
app path prefix for safari
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 8a0d371d20...fbc7d6c2bc
@@ -470,7 +470,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function closeExistingAndOpenBar(type: string, typeData: any) {
|
function closeExistingAndOpenBar(type: string, typeData: any) {
|
||||||
let barPage = 'notification/bar.html';
|
let barPage = (isSafari ? 'app/' : '') + 'notification/bar.html';
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case 'info':
|
case 'info':
|
||||||
barPage = barPage + '?info=' + typeData.text;
|
barPage = barPage + '?info=' + typeData.text;
|
||||||
|
|||||||
Reference in New Issue
Block a user