From 025dfcfe2654ed3a07ba2354094f5231cc4d91b0 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Mon, 21 Nov 2011 20:47:29 -0500 Subject: [PATCH] Remove save when on locked screen --- TODO | 2 ++ static/application.js | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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) {