Open raw in same window

pull/18/head
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',
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