From 6f961f5750abd7953d6a63b7cf94cb9da8622a69 Mon Sep 17 00:00:00 2001 From: Creatures in Unitards Date: Fri, 12 Feb 2016 11:25:17 -0800 Subject: [PATCH] =?UTF-8?q?wow=20duh=20=E2=80=94=20I'm=20goin'=20for=20the?= =?UTF-8?q?=20record?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1.1/editdocs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1.1/editdocs.md b/v1.1/editdocs.md index fae48b6656..74b0eb75af 100644 --- a/v1.1/editdocs.md +++ b/v1.1/editdocs.md @@ -75,7 +75,7 @@ contributions to our site and our documentation! π.listen(init); function init(){ π.clean(init); - var editLink = πd('editLink'); + var editLink = πd('editlink'); if(window.location.hash) { var page = window.location.hash.substring(1,window.location.hash.length); editLink.innerHTML = '

Continue with your edit

Click the below link to edit the page you were just on. When you are done, press "Commit Changes" at the bottom of the screen. This will create a copy of our site on your GitHub account called a "fork." You can make other changes in your fork after it is created, if you want. When you are ready to send us all your changes, go to the index page for your fork and click "New Pull Request" to let us know about it.

Edit "' + page + '"';