mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Change note action "share" to "publish" to avoid misleading
This commit is contained in:
parent
85c67212ad
commit
04eef71b11
4 changed files with 16 additions and 16 deletions
|
@ -234,7 +234,7 @@ var ui = {
|
|||
shortStatus: $(".ui-short-status"),
|
||||
status: $(".ui-status"),
|
||||
new: $(".ui-new"),
|
||||
share: $(".ui-share"),
|
||||
publish: $(".ui-publish"),
|
||||
download: {
|
||||
markdown: $(".ui-download-markdown")
|
||||
},
|
||||
|
@ -618,7 +618,7 @@ function changeMode(type) {
|
|||
//button actions
|
||||
var url = window.location.pathname;
|
||||
//share
|
||||
ui.toolbar.share.attr("href", url + "/share");
|
||||
ui.toolbar.publish.attr("href", url + "/publish");
|
||||
//download
|
||||
//markdown
|
||||
ui.toolbar.download.markdown.click(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue