remove ^L for saving

raw_icon
John Crepezzi 14 years ago
parent 615fedd6c7
commit 0f02d83d24
  1. 2
      static/application.js
  2. 2
      static/application.min.js

@ -220,7 +220,7 @@ haste.prototype.configureButtons = function() {
label: 'Save',
shortcutDescription: 'control + s',
shortcut: function(evt) {
return evt.ctrlKey && (evt.keyCode === 76 || evt.keyCode === 83);
return evt.ctrlKey && (evt.keyCode === 83);
},
action: function() {
if (_this.$textarea.val().replace(/^\s+|\s+$/g, '') !== '') {

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