mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 19:45:27 +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');
|
var loading = document.getElementById('loading-indicator');
|
||||||
loading.style.display = 'none';
|
loading.style.display = 'none';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//# init.js
|
||||||
|
@ -243,3 +243,4 @@ window.parent.postMessage({
|
|||||||
favicon: favicon
|
favicon: favicon
|
||||||
}
|
}
|
||||||
}, '*');
|
}, '*');
|
||||||
|
//# inject.js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user