Move 'vdom' to the main 'pad'.

Hide the right-hand panel (can de bisplayed with a 'debug' button)
Hide the IDs of users if they don't change their name
This commit is contained in:
Yann Flory
2016-03-16 17:09:08 +01:00
parent c7d190f1c0
commit 7237c751d5
12 changed files with 352 additions and 317 deletions

12
www/_pad/inner.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<script src="/bower_components/jquery/dist/jquery.min.js"></script>
<script src="/bower_components/ckeditor/ckeditor.js"></script>
</head>
<body>
<textarea style="display:none" id="editor1" name="editor1"></textarea>
</body>
</html>