a π expansion
This commit is contained in:
+10
-2
File diff suppressed because one or more lines are too long
+3
-3
@@ -76,9 +76,9 @@ contributions to our site and our documentation!
|
|||||||
function init(){
|
function init(){
|
||||||
π.clean(init);
|
π.clean(init);
|
||||||
var editLink = πd('editlink');
|
var editLink = πd('editlink');
|
||||||
var h2 = π.contentElement('h2');
|
var h2 = π.h2();
|
||||||
var p = π.contentElement('p');
|
var p = π.p();
|
||||||
var a = π.contentElement('a', 'button');
|
var a = π.a('button');
|
||||||
if(window.location.hash) {
|
if(window.location.hash) {
|
||||||
var page = window.location.hash.substring(1,window.location.hash.length);
|
var page = window.location.hash.substring(1,window.location.hash.length);
|
||||||
h2.fill('Continue with your edit');
|
h2.fill('Continue with your edit');
|
||||||
|
|||||||
Reference in New Issue
Block a user