User Tools

Site Tools


docu:csheet:code:js:freeze_site_for_editing

Freeze the state of a website to be able to edit popups

setTimeout(function() {
  document.body.innerHTML = document.body.innerHTML;
}, 3000);
docu/csheet/code/js/freeze_site_for_editing.txt · Last modified: 2021/10/24 23:32 by admin