]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - js/redirection.js
more redirection
[Rakka.git] / js / redirection.js
index b3794378c91a5c1a918c61e3f0756a17e40b70ff..c8653204d8b354218971b8994c29335f4efe6bf7 100644 (file)
@@ -18,12 +18,12 @@ $(document).ready(function () {
                        value:     from,
                        title:     "Edit the page"});
         $(editButton).click(function () {
-            alert("not implemented");
+            Rakka.editPage(from);
         });
 
         var box
             = $.P({className: "redirection"},
-                  "This page is redirected from ", editButton, ".");
+                  "This page is redirected from", editButton);
 
         $("div.title").after(box);
     }