diff --git a/README.md b/README.md index ca189d88..bcefc55b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Support StackEdit: ### Documentation: - - [Welcome document][2] + - [Hello! document][2] - [Developer guide][3] - [Theming guide][4] diff --git a/public/res/extensions/dialogManageSharing.js b/public/res/extensions/dialogManageSharing.js index 74d4f1b8..ecb400cd 100644 --- a/public/res/extensions/dialogManageSharing.js +++ b/public/res/extensions/dialogManageSharing.js @@ -2,7 +2,7 @@ define([ "jquery", "underscore", "classes/Extension", - "text!html/dialogManageSharingLocation.html", + "text!html/dialogManageSharingLocation.html" ], function($, _, Extension, dialogManageSharingLocationHTML) { var dialogManageSharing = new Extension("dialogManageSharing", 'Button "Share"', false, true); @@ -32,8 +32,6 @@ define([ }, ''); shareListElt.innerHTML = linkListHtml; - eventMgr.onTweet(); - $msgShareListElt.toggleClass('hide', linkListHtml.length === 0); $msgNoShareElt.toggleClass('hide', linkListHtml.length !== 0); }; diff --git a/public/res/extensions/welcomeTour.js b/public/res/extensions/welcomeTour.js index 75375198..b3374563 100644 --- a/public/res/extensions/welcomeTour.js +++ b/public/res/extensions/welcomeTour.js @@ -93,7 +93,7 @@ define([ title: 'Comments/discussions', content: [ '
New in StackEdit 4: the comments button lets you create inline discussions!
', - 'Tip: Reopen the Welcome Document from Settings>Utils to discover other new features.' + 'Tip: Reopen the Hello! document from Settings>Utils to discover other new features.' ].join(""), placement: 'right', reflex: true diff --git a/public/res/html/bodyEditor.html b/public/res/html/bodyEditor.html index 06eae0d4..72c3fc6d 100644 --- a/public/res/html/bodyEditor.html +++ b/public/res/html/bodyEditor.html @@ -1251,15 +1251,12 @@