Open raw in same window

This commit is contained in:
John Crepezzi 2012-01-23 11:40:09 -05:00
parent 347ba57ad3
commit 047a686248
2 changed files with 2 additions and 2 deletions

View file

@ -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