INNER CODE UNIT · JavaScript
loadOnceView
PerformanC/ReZygisk · webroot/js/pages/home/index.js:164
export async function loadOnceView() {
document.getElementById('version_code').innerHTML = await _getVersion()
document.getElementById('kernel_version_div').innerHTML = await _getKernelString()
document.getElementById('android_version_div').innerHTML = await _getAndroidVersion()
const ReZygiskState = await _getReZygiskState()
const strings = await getStrings(whichCurrentPage())
let root_impl = ReZygiskState ? ReZygiskState.root : null
if (!root_impl) root_impl = strings.unknown
if (root_impl === 'Multiple') root_impl = strings.rootImpls.multiple
document.getElementById('root_impl').innerHTML = root_impl
_updateDynamicElement(true, ReZygiskState, strings)
/* INFO: This hides the throbber screen */