diff options
Diffstat (limited to 'web')
| -rw-r--r-- | web/nms.gathering.org/js/nms-info-box.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/web/nms.gathering.org/js/nms-info-box.js b/web/nms.gathering.org/js/nms-info-box.js index cbdf942..a484706 100644 --- a/web/nms.gathering.org/js/nms-info-box.js +++ b/web/nms.gathering.org/js/nms-info-box.js @@ -250,6 +250,8 @@ nmsInfoBox._windowTypes.switchInfo = {        content.push([v, html]);      } +		content.sort(); +      var table = nmsInfoBox._makeTable(content, "edit");      domObj.appendChild(table); | 
