diff --git a/app.pyc b/app.pyc
new file mode 100644
index 000000000..f9dcc1d22
Binary files /dev/null and b/app.pyc differ
diff --git a/demo.ncdb b/demo.ncdb
new file mode 100644
index 000000000..4492dd387
Binary files /dev/null and b/demo.ncdb differ
diff --git a/frontend/index.html b/frontend/index.html
index c86ce0622..3453b47ba 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -40,8 +40,8 @@
-
-
+
+
@@ -276,11 +276,8 @@
noteText = noteText.replace(/(?:\r\n|\r|\n)/g, '
');;
$('#noteDetail').summernote('code', noteText);
-
- //$("#noteDetail").html(noteText);
});
}
-