mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00
Add source pragmas to init.js and inject.js
This commit is contained in:
parent
9a4f8207a6
commit
f7701b429b
@ -171,3 +171,5 @@ var hide_loading_indictator = function() {
|
||||
var loading = document.getElementById('loading-indicator');
|
||||
loading.style.display = 'none';
|
||||
}
|
||||
|
||||
//# init.js
|
||||
|
@ -243,3 +243,4 @@ window.parent.postMessage({
|
||||
favicon: favicon
|
||||
}
|
||||
}, '*');
|
||||
//# inject.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user