mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
app path prefix for safari
This commit is contained in:
parent
57d9b19931
commit
0a2f413ab4
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 8a0d371d2029622a005d2eddc14de44b1a091da3
|
Subproject commit fbc7d6c2bcd3db2833ce6cfb11adea1960867cba
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user