mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Fixed small but important bug that prevented downloading an empty wiki
This commit is contained in:
parent
ba796c3f23
commit
91f10af53f
@ -1,6 +1,6 @@
|
||||
created: 20131119125600007
|
||||
creator: JeremyRuston
|
||||
modified: 20131129095531749
|
||||
modified: 20131130095531749
|
||||
modifier: JeremyRuston
|
||||
tags: releasenote
|
||||
title: Release 5.0.0-alpha.16
|
||||
|
@ -1,6 +1,6 @@
|
||||
created: 20131119125600007
|
||||
created: 20131130151600007
|
||||
creator: JeremyRuston
|
||||
modified: 20131129095531749
|
||||
modified: 20131130151631749
|
||||
modifier: JeremyRuston
|
||||
tags: releasenote
|
||||
title: Release 5.0.0-alpha.17
|
||||
@ -8,16 +8,6 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.16...v5.0.0-alpha.17]]//
|
||||
|
||||
!! New Features and Improvements
|
||||
|
||||
|
||||
|
||||
!! Bug fixes
|
||||
|
||||
|
||||
|
||||
!! Internal changes
|
||||
|
||||
|
||||
|
||||
Contributors to this release are @jermolene.
|
||||
* Fixes a small but important bug that prevented downloading an empty wiki with alpha.16
|
||||
|
@ -1,3 +1,3 @@
|
||||
title: $:/editions/tw5.com/snippets/download-empty-button
|
||||
|
||||
<$button message="tw-download-file" param="$:/editions/tw5.com/save-empty" class="btn-big-green">Download Empty {{$:/core/images/save-button}}</$button>
|
||||
<$button message="tw-download-file" param="$:/editions/tw5.com/download-empty" class="btn-big-green">Download Empty {{$:/core/images/save-button}}</$button>
|
Loading…
Reference in New Issue
Block a user