Преглед изворни кода

[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 {