User Tools

Site Tools


docu:csheet:code:js:freeze_site_for_editing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docu:csheet:code:js:freeze_site_for_editing [2021/10/24 23:32] (current)
admin created
Line 1: Line 1:
 +====  Freeze the state of a website to be able to edit popups ====
  
 +<code javascript>
 +setTimeout(function() {
 +  document.body.innerHTML = document.body.innerHTML;
 +}, 3000);
 +</code>
docu/csheet/code/js/freeze_site_for_editing.txt · Last modified: 2021/10/24 23:32 by admin