X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2Fredirection.js;h=1a0c99b0bf4aceac2dabd0e286bceb81166d4c0a;hb=619d36dbcf0bc8846da44fcaa5fafc0004adb567;hp=c8653204d8b354218971b8994c29335f4efe6bf7;hpb=f53425414d1861f105a3063cdbb4bf96cdc755a2;p=Rakka.git diff --git a/js/redirection.js b/js/redirection.js index c865320..1a0c99b 100644 --- a/js/redirection.js +++ b/js/redirection.js @@ -15,15 +15,14 @@ $(document).ready(function () { var editButton = $.INPUT({className: "editButton", type: "button", - value: from, - title: "Edit the page"}); + value: "Edit the page"}); $(editButton).click(function () { Rakka.editPage(from); }); var box = $.P({className: "redirection"}, - "This page is redirected from", editButton); + "This page has been redirected from “" + from + "”.", editButton); $("div.title").after(box); }