mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
Remove save when on locked screen
This commit is contained in:
parent
39ffbc7f49
commit
025dfcfe26
2 changed files with 2 additions and 1 deletions
2
TODO
2
TODO
|
@ -5,6 +5,8 @@ add FAVICON
|
||||||
cache static in memory
|
cache static in memory
|
||||||
add feedback for errors to UI - esp. too long
|
add feedback for errors to UI - esp. too long
|
||||||
copy URL to clipboard button
|
copy URL to clipboard button
|
||||||
|
add about page
|
||||||
|
add conflict resolution for keys when creating a post
|
||||||
|
|
||||||
# shared version only
|
# shared version only
|
||||||
some way to do announcements easily (and use for ads)
|
some way to do announcements easily (and use for ads)
|
||||||
|
|
|
@ -82,7 +82,6 @@ haste.prototype.lightKey = function() {
|
||||||
haste.prototype.fullKey = function() {
|
haste.prototype.fullKey = function() {
|
||||||
var text = '';
|
var text = '';
|
||||||
text += '<em>' + this.appName + '</em>';
|
text += '<em>' + this.appName + '</em>';
|
||||||
text += '^s - save<br>';
|
|
||||||
text += '^n - new<br>';
|
text += '^n - new<br>';
|
||||||
text += '^d - duplicate<br>';
|
text += '^d - duplicate<br>';
|
||||||
if (this.options.twitter) {
|
if (this.options.twitter) {
|
||||||
|
|
Loading…
Reference in a new issue