a π expansion

pull/43/head
scotty 2016-02-12 11:51:33 -08:00
parent 67c17468c1
commit 99dafb6dd4
2 changed files with 13 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -76,9 +76,9 @@ contributions to our site and our documentation!
function init(){
π.clean(init);
var editLink = πd('editlink');
var h2 = π.contentElement('h2');
var p = π.contentElement('p');
var a = π.contentElement('a', 'button');
var h2 = π.h2();
var p = π.p();
var a = π.a('button');
if(window.location.hash) {
var page = window.location.hash.substring(1,window.location.hash.length);
h2.fill('Continue with your edit');