INNER CODE UNIT · JavaScript

toggleTermsModalVisibility

nisrulz/app-privacy-policy-generator · src/js/main.js:322

  function toggleTermsModalVisibility() {
    _toggleModal("showTermsModal");
  }

  function toggleDisclaimerModalVisibility() {
    state.showDisclaimerModal = !state.showDisclaimerModal;
  }

  function toggleFaqModalVisibility() {
    state.showFaqModal = !state.showFaqModal;
  }

  function getHtml(id, target) {
    var content = getContent(id);
    var title = getTitle(id);
    var rawHTML = getRawHTML(content, title);
    wizard.contentRenderType = 2;
    loadInTextView(target, rawHTML);

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…