diff --git a/TODO b/TODO index 566e711..2a1f9f3 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,8 @@ add FAVICON cache static in memory add feedback for errors to UI - esp. too long copy URL to clipboard button +add about page +add conflict resolution for keys when creating a post # shared version only some way to do announcements easily (and use for ads) diff --git a/static/application.js b/static/application.js index e424489..02c8dd3 100644 --- a/static/application.js +++ b/static/application.js @@ -82,7 +82,6 @@ haste.prototype.lightKey = function() { haste.prototype.fullKey = function() { var text = ''; text += '' + this.appName + ''; - text += '^s - save
'; text += '^n - new
'; text += '^d - duplicate
'; if (this.options.twitter) {