From 49869fb9d84c6ac4804df8aa7467f985a9afcfe5 Mon Sep 17 00:00:00 2001 From: benweet Date: Sat, 13 Apr 2013 00:42:53 +0100 Subject: [PATCH] GitHub publishing enhancements --- js/github-helper.js | 2 +- test/test.md | 25 ------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 test/test.md diff --git a/js/github-helper.js b/js/github-helper.js index 50ee796e..91afb350 100644 --- a/js/github-helper.js +++ b/js/github-helper.js @@ -161,7 +161,7 @@ define(["jquery", "async-runner"], function($, asyncTaskRunner) { callback(error); }; asyncTask.onError = function() { - var errorMsg = "Could not publish on GitHub"; + var errorMsg = "Could not publish on GitHub."; if(error === 401 || error === 403) { github = undefined; // Token must be renewed diff --git a/test/test.md b/test/test.md deleted file mode 100644 index e2b04ac8..00000000 --- a/test/test.md +++ /dev/null @@ -1,25 +0,0 @@ -StackEdit -========= - -StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites. - -### StackEdit can: - - - Manage multiple Markdown documents locally - - Export your documents in Markdown or HTML format - - Synchronize your Markdown documents in the Cloud - - Edit existing Markdown documents from Google Drive and Dropbox - - Publish your document on GitHub in one click - -### Features: - - - Real-time HTML preview - - WYSIWYG control buttons - - Configurable layout - - Offline editing - - Online synchronization using Google Drive and Dropbox - - Publish on GitHub - -> **NOTE:** This page has been written and published with [StackEdit][1]. - - [1]: http://benweet.github.io/stackedit/ "StackEdit" \ No newline at end of file