Explorar el Código

[wodml] col cback needs to call childElement

cgars hace 7 años
padre
commit
d5bcb5ece7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {