From ae3e1b972bb4884ebd910ceb9ced1f206ccd9007 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 13 Oct 2016 16:41:20 +0800 Subject: Fix spellcheck * also fix spaces width --- public/js/extra.js | 1 - 1 file changed, 1 deletion(-) (limited to 'public/js/extra.js') diff --git a/public/js/extra.js b/public/js/extra.js index d853bf93..7cae068e 100644 --- a/public/js/extra.js +++ b/public/js/extra.js @@ -544,7 +544,6 @@ function exportToRawHTML(view) { } var common = require('./common.js'); -var serverurl = common.serverurl; //extract markdown body to html and compile to template function exportToHTML(view) { var title = renderTitle(ui.area.markdown); -- cgit v1.2.3