Open raw in same window

no_npm
John Crepezzi 14 years ago
parent 347ba57ad3
commit 047a686248
  1. 2
      static/application.js
  2. 2
      static/application.min.js

@ -300,7 +300,7 @@ haste.prototype.configureButtons = function() {
}, },
shortcutDescription: 'control + shift + r', shortcutDescription: 'control + shift + r',
action: function() { action: function() {
window.open('/raw/' + _this.doc.key); window.location.href = '/raw/' + _this.doc.key;
} }
}, },
{ {

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save