فهرست منبع

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