diff options
author | Sheogorath | 2018-06-24 14:13:38 +0200 |
---|---|---|
committer | Sheogorath | 2018-06-24 14:13:46 +0200 |
commit | 2184491f4ac4b224e26fcc4b54d792dd4e82178f (patch) | |
tree | d93e6a6574ad972a27b372fc12e0539b57ca8868 /public/js | |
parent | 97a08e7954af01719bb2519e863fdf5990d4d56f (diff) |
Final replacements
Looks like I missed a few. This should be complete now. And make us
ready for the repo rename and merging.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | public/js/cover.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/cover.js b/public/js/cover.js index 6ca05f6f..79fb3a2a 100644 --- a/public/js/cover.js +++ b/public/js/cover.js @@ -318,7 +318,7 @@ $('.ui-save-history').click(() => { const blob = new Blob([history], { type: 'application/json;charset=utf-8' }) - saveAs(blob, `hackmd_history_${moment().format('YYYYMMDDHHmmss')}`, true) + saveAs(blob, `codimd_history_${moment().format('YYYYMMDDHHmmss')}`, true) }) }) |