mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-13 04:25:57 +00:00
Open raw in same window
This commit is contained in:
@@ -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;
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user