Browse Source

[wodml] col cback needs to call childElement

cgars 7 years ago
parent
commit
63b11431e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/js/gogs.js

+ 1 - 1
public/js/gogs.js

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