a π expansion
parent
67c17468c1
commit
99dafb6dd4
12
js/script.js
12
js/script.js
File diff suppressed because one or more lines are too long
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue