INNER CODE UNIT · JavaScript

_updateDynamicElement

PerformanC/ReZygisk · webroot/js/pages/home/index.js:71

async function _updateDynamicElement(firstRun, ReZygiskState, strings) {
  const rootCss = document.querySelector(':root')
  const rz_state = document.getElementById('rz_state')
  const rz_icon_state = document.getElementById('rz_icon_state')

  const zygote_divs = [
    document.getElementById('zygote64'),
    document.getElementById('zygote32')
  ]

  const zygote_status_divs = [
    document.getElementById('zygote64_status'),
    document.getElementById('zygote32_status')
  ]

  /* INFO: Just ensure that they won't appear unless there's info */
  zygote_divs.forEach((zygote_div) => {
    zygote_div.style.display = 'none'

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…