Add source pragmas to init.js and inject.js

This commit is contained in:
Adrian Vollmer 2022-10-10 17:40:47 +02:00
parent 9a4f8207a6
commit f7701b429b
2 changed files with 3 additions and 0 deletions

View File

@ -171,3 +171,5 @@ var hide_loading_indictator = function() {
var loading = document.getElementById('loading-indicator'); var loading = document.getElementById('loading-indicator');
loading.style.display = 'none'; loading.style.display = 'none';
} }
//# init.js

View File

@ -243,3 +243,4 @@ window.parent.postMessage({
favicon: favicon favicon: favicon
} }
}, '*'); }, '*');
//# inject.js