Procházet zdrojové kódy

[wodml] col cback needs to call childElement

cgars před 7 roky
rodič
revize
d5bcb5ece7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 {