Line 53: | Line 53: | ||
<div id="ting"></div> | <div id="ting"></div> | ||
<script> | <script> | ||
+ | function editable(){ | ||
document.body.contentEditable = 'true'; | document.body.contentEditable = 'true'; | ||
setInterval(function(){ | setInterval(function(){ | ||
Line 61: | Line 62: | ||
qs('textarea').display = "none"; | qs('textarea').display = "none"; | ||
}) | }) | ||
+ | } | ||
</script> | </script> | ||
<template></template> | <template></template> |
Revision as of 20:26, 28 October 2017