瀏覽代碼

[wodml] col cback needs to call childElement

cgars 7 年之前
父節點
當前提交
d5bcb5ece7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/js/gogs.js

+ 1 - 1
public/js/gogs.js

@@ -1655,7 +1655,7 @@ function OdmlEditor() {
 				collapsible: true,
 				collapsed: true,
 				collapsoid: function (jsElement) {
-					if (jsElement.hasChildNodes("name")) {
+					if (jsElement.hasChildElement("name")) {
 						return jsElement.getChildElements("name")[0].getText();
 					}
 					else {