Fixed welcome tour message

This commit is contained in:
benweet 2014-04-21 18:52:04 +01:00
parent 999583a4fb
commit d6acc601d3
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
#Date Mon Apr 21 2014 18:45:42
#Date Mon Apr 21 2014 18:50:39
CACHE:
res/worker.js

File diff suppressed because one or more lines are too long

View File

@ -71,7 +71,7 @@ define([
' <li>Auto-merge and conflict detection using standard synchronization</li>',
' <li>Dropped real time sync support :( since you can collaborate simultaneously using standard synchronization</li>',
'</ul>',
'<p>Please <a target="_blank" href="https://github.com/benweet/stackedit/issues/385">provide your feedback here</a> and declare issues on GitHub... Thanks!</p>',
'<p>Please <a target="_blank" href="https://github.com/benweet/stackedit/issues/385">provide your feedback here</a>... Thanks!</p>',
'<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://stackedit.io" data-text="Great #markdown editor!" data-via="stackedit" data-size="large"></a>',
].join(""),
placement: 'bottom',