Merge branch 'master' into RebeccaBranch

pull/3/head
David Tookey 5 years ago
commit 584394cca6

@ -1,9 +1,5 @@
{
"grid-container": {
"Resources": {
"description": "Top level resources",
"cards": []
},
"Human Resources": {
"description": "Policies, recruitment, onboarding, benefits and compensation",
"cards": [

@ -1,4 +0,0 @@
{
"description": "Coming soon pdf",
"show": true
}

@ -1,5 +0,0 @@
{
"title": "JDSfaulkner Logo - EPS",
"description": "Do you need to present the logo in your work? Here's an eps format to use in collateral and merchandise.",
"show": true
}

@ -65,7 +65,6 @@ export function buildWebCardsFromConfig(configName: string) {
let containerElem = $(`#${containerName}`);
let containerCategories = Object.keys(containerObject);
containerCategories.push("Resources");
for (let j = 0, m = containerCategories.length; j < m; j++) {
let categoryMetaObjectKey = containerCategories[j];

Loading…
Cancel
Save