]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - js/editPage.js
Record before chucking Data.Generics. It's way too slow.
[Rakka.git] / js / editPage.js
index 5297e057726aee809148a390a8f6291c3f3ba286..49b021b619c2231335bc3f7575104f58e129ff89 100644 (file)
@@ -14,7 +14,7 @@ Rakka.editPage = function (baseURI, pageName) {
                                        : $page.attr("type")     == "text/css"     ? "css"
                                        :                                            "unknown"
                                        ;
-                     var source        = $page.find("source").text();
+                     var source        = $page.find("textData").text();
                      Rakka.displayPageEditor($body, pageName, oldRevision, defaultType, source);
                  },
         error  : function (req) {