Loading TODO +2 −0 Original line number Diff line number Diff line Loading @@ -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) static/application.js +0 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,6 @@ haste.prototype.lightKey = function() { haste.prototype.fullKey = function() { var text = ''; text += '<em>' + this.appName + '</em>'; text += '^s - save<br>'; text += '^n - new<br>'; text += '^d - duplicate<br>'; if (this.options.twitter) { Loading Loading
TODO +2 −0 Original line number Diff line number Diff line Loading @@ -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)
static/application.js +0 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,6 @@ haste.prototype.lightKey = function() { haste.prototype.fullKey = function() { var text = ''; text += '<em>' + this.appName + '</em>'; text += '^s - save<br>'; text += '^n - new<br>'; text += '^d - duplicate<br>'; if (this.options.twitter) { Loading