浏览代码

HPCC-8546 Configmgr doesn't work in IE 8

Signed-off-by: Gleb Aronsky <gleb.aronsky@lexisnexis.com>
Gleb Aronsky 12 年之前
父节点
当前提交
96a17b90f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      esp/files/scripts/configmgr/configmgr.js

+ 1 - 1
esp/files/scripts/configmgr/configmgr.js

@@ -1920,7 +1920,7 @@ function createEnvXmlView(allrows, compName, subRecordIndex) {
       }
 
      var aMenuItemsX = [ { text: "Delete",        onclick: { fn: onContextMenuBeforeShowDeleteContextMenu} },
-                          { text: "Add Attribute", onclick: { fn: onContextMenuBeforeAddAttribute}, }
+                          { text: "Add Attribute", onclick: { fn: onContextMenuBeforeAddAttribute} }
                         ];
       top.document.rightDT = dt;
       top.document.rightDT.expandRecord = function(id) {