Skip to content

Commit e923a2f

Browse files
committed
Update ui.help.js
1 parent 16954bb commit e923a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/ui.help.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ MM.UI.Help.prototype._buildRow = function(table, commandName) {
8888
keys = keys.concat(command.keys.map(this._formatKey, this));
8989
}
9090

91-
row.insertCell().innerHTML = labels.join("/");
92-
row.insertCell().innerHTML = keys.join("/");
91+
row.insertCell(-1).innerHTML = labels.join("/");
92+
row.insertCell(-1).innerHTML = keys.join("/");
9393

9494
}
9595

0 commit comments

Comments
 (0)