F2 key didn't work on group tab (regression)
This commit is contained in:
parent
6c2eacc16a
commit
3cf6b76fee
@ -5,7 +5,7 @@
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="&group.default;">
|
||||
<commandset>
|
||||
<command id="cmd_enterEdit" oncommand="gGroupTab.enterEdit()"/>
|
||||
<command id="cmd_enterEdit" oncommand="groupTab.enterEdit()"/>
|
||||
</commandset>
|
||||
<keyset>
|
||||
<key keycode="VK_F2" command="cmd_enterEdit"/>
|
||||
|
@ -132,7 +132,7 @@ GroupTab.prototype = {
|
||||
},
|
||||
|
||||
|
||||
trim : function GT_ttim(aString)
|
||||
trim : function GT_trim(aString)
|
||||
{
|
||||
return aString.replace(/^\s+|\s+$/g, '');
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user