Loading TODO +0 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ maximum size of a haste fix any annoying visual quirks add FAVICON cache static in memory bug in ^n while editing # shared version only some way to do announcements easily (and use for ads) Loading static/application.js +2 −2 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ haste.prototype.newDocument = function(hideHistory) { } this.setTitle(); this.lightKey(); this.$textarea.show('fast', function() { this.$textarea.val('').show('fast', function() { this.focus(); }); }; Loading Loading @@ -170,7 +170,7 @@ haste.prototype.configureShortcuts = function() { // ^N for new document else if (evt.ctrlKey && evt.keyCode === 78) { evt.preventDefault(); _this.newDocument(); _this.newDocument(!_this.doc.key); } // ^D for duplicate - only when locked else if (_this.doc.locked && evt.ctrlKey && evt.keyCode === 68) { Loading Loading
TODO +0 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ maximum size of a haste fix any annoying visual quirks add FAVICON cache static in memory bug in ^n while editing # shared version only some way to do announcements easily (and use for ads) Loading
static/application.js +2 −2 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ haste.prototype.newDocument = function(hideHistory) { } this.setTitle(); this.lightKey(); this.$textarea.show('fast', function() { this.$textarea.val('').show('fast', function() { this.focus(); }); }; Loading Loading @@ -170,7 +170,7 @@ haste.prototype.configureShortcuts = function() { // ^N for new document else if (evt.ctrlKey && evt.keyCode === 78) { evt.preventDefault(); _this.newDocument(); _this.newDocument(!_this.doc.key); } // ^D for duplicate - only when locked else if (_this.doc.locked && evt.ctrlKey && evt.keyCode === 68) { Loading