This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
var resetColor = '\x1b[0m'; | |
if (typeof module !== 'undefined' && module.exports) { | |
[ | |
['log', '\x1b[0m'], | |
['info', '\x1b[36m'], | |
['warn', '\x1b[33m'], | |
['error', '\x1b[31m'], | |
].forEach(function(level) { | |
var method = level[0]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e["default"] = { | |
wand: { | |
storyTitle: "Mr Ollivander", | |
storyUri: "https://www.pottermore.com/writing-by-jk-rowling/mr-ollivander", | |
quizTitle: "The Wand Ceremony", | |
quizIntroText: "Take your time and answer honestly - your answers are final." | |
}, | |
"sorting-hat": { | |
storyTitle: "The Sorting Hat", | |
storyUri: "https://www.pottermore.com/writing-by-jk-rowling/the-sorting-hat", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<form1> | |
<Page1> | |
<Employee_Info_sf> | |
<Last_Name_Fill /> | |
<First_Name_Fill /> | |
<Tax_Year_Fill /> | |
<SIN_Comb /> | |
<Home_Address_Fill /> | |
<Business_Address_Fill /> |