Remove save when on locked screen

This commit is contained in:
John Crepezzi 2011-11-21 20:47:29 -05:00
parent 39ffbc7f49
commit 025dfcfe26
2 changed files with 2 additions and 1 deletions

View file

@ -82,7 +82,6 @@ haste.prototype.lightKey = function() {
haste.prototype.fullKey = function() {
var text = '';
text += '<em>' + this.appName + '</em>';
text += '^s - save<br>';
text += '^n - new<br>';
text += '^d - duplicate<br>';
if (this.options.twitter) {