Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Add a console.log easter egg
Browse files Browse the repository at this point in the history
  • Loading branch information
David Haynes committed Feb 4, 2018
1 parent b459b2e commit a61d26a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/js/masonstrap.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
function fn () {
console.log(`Masonstrap brought to you by Mason SRCT <3
https://srct.gmu.edu/`);

}

window.addEventListener && window.addEventListener( "load", fn ) || window.attachEvent && window.attachEvent( "load", fn );

0 comments on commit a61d26a

Please sign in to comment.