aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/BlogEntry.js
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2016-12-14 14:53:00 -0800
committerChristine Dodrill <me@christine.website>2016-12-14 14:53:00 -0800
commit1328cf3311939063a75d45077f37e530869b6509 (patch)
treebe1cd23d610708659f84cc16b676a0a8974cf7c4 /frontend/src/BlogEntry.js
parent013d9bf1b84747761636f7326006fa1aa475537c (diff)
downloadxesite-1328cf3311939063a75d45077f37e530869b6509.tar.xz
xesite-1328cf3311939063a75d45077f37e530869b6509.zip
frontend: Implement /contact page
Diffstat (limited to 'frontend/src/BlogEntry.js')
-rw-r--r--frontend/src/BlogEntry.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/frontend/src/BlogEntry.js b/frontend/src/BlogEntry.js
deleted file mode 100644
index f464cf2..0000000
--- a/frontend/src/BlogEntry.js
+++ /dev/null
@@ -1,9 +0,0 @@
-// Module App.BlogEntry
-
-exports.mdify = function(id) {
- var converter = new showdown.Converter()
- elem = document.getElementById(id);
- md = elem.innerHTML;
- elem.innerHTML = converter.makeHtml(md);
- return "done :)";
-}