File tree Expand file tree Collapse file tree 8 files changed +12
-46
lines changed
Expand file tree Collapse file tree 8 files changed +12
-46
lines changed Original file line number Diff line number Diff line change 138138 "List of Partners" : {
139139 "id" : " 2.1" ,
140140 "label" : " List of Partners" ,
141- "path" : " ListofPartners" ,
142- "surveyLink" : " "
141+ "path" : " ListofPartners"
143142 }
144143 }
145144 },
323322 "Glossary" : {
324323 "id" : " 5.1" ,
325324 "label" : " Glossary" ,
326- "path" : " Glossary" ,
327- "surveyLink" : " "
325+ "path" : " Glossary"
328326 },
329327 "FAQs" : {
330328 "id" : " 5.2" ,
331329 "label" : " FAQs" ,
332- "path" : " FAQs" ,
333- "surveyLink" : " "
330+ "path" : " FAQs"
334331 }
335332 }
336333 },
351348 "News Articles" : {
352349 "id" : " 6.1.1" ,
353350 "label" : " News Articles" ,
354- "path" : " News" ,
355- "surveyLink" : " "
351+ "path" : " News"
356352 },
357353 "Blogs" : {
358354 "id" : " 6.1.2" ,
359355 "label" : " Blogs" ,
360- "path" : " Blogs" ,
361- "surveyLink" : " "
356+ "path" : " Blogs"
362357 },
363358 "Podcasts" : {
364359 "id" : " 6.1.3" ,
365360 "label" : " Podcasts" ,
366- "path" : " Podcasts" ,
367- "surveyLink" : " "
361+ "path" : " Podcasts"
368362 },
369363 "Press Releases" : {
370364 "id" : " 6.1.4" ,
371365 "label" : " Press Releases" ,
372- "path" : " PressReleases" ,
373- "surveyLink" : " "
366+ "path" : " PressReleases"
374367 }
375368 }
376369 },
381374 "News Articles" : {
382375 "id" : " 6.2.1" ,
383376 "label" : " News Articles" ,
384- "path" : " NewsArchives" ,
385- "surveyLink" : " "
377+ "path" : " NewsArchives"
386378 },
387379 "Blogs" : {
388380 "id" : " 6.2.2" ,
389381 "label" : " Blogs" ,
390- "path" : " BlogArchives" ,
391- "surveyLink" : " "
382+ "path" : " BlogArchives"
392383 },
393384 "Press Releases" : {
394385 "id" : " 6.2.3" ,
395386 "label" : " Press Releases" ,
396- "path" : " PressReleaseArchives" ,
397- "surveyLink" : " "
387+ "path" : " PressReleaseArchives"
398388 }
399389 }
400390 },
517507 "id" : " 8.0" ,
518508 "alternatePageName" : " Reserve IDs & Publish Records for CNAs" ,
519509 "label" : " CNAs" ,
520- "path" : " ReserveIDsPublishRecordsForCNAs" ,
521- "surveyLink" : " "
510+ "path" : " ReserveIDsPublishRecordsForCNAs"
522511 },
523512 "Non-CNAs" : {
524513 "id" : " 8.1" ,
Original file line number Diff line number Diff line change @@ -116,12 +116,7 @@ export default {
116116 cvenavs: {
117117 type: Object ,
118118 required: true ,
119- },
120- surveyLink: {
121- type: String ,
122- default: ' https://forms.office.com/Pages/ResponsePage.aspx?id='
123- + ' SNwgxlAdUkmLOd9NVNdNgksLeUGJ_vlDujipnPAHzqlUNUxaSE1HQ0dXNVdYUzFGSFhaU000Q0NKTyQlQCN0PWcu' ,
124- },
119+ }
125120 },
126121 data () {
127122 return {
Original file line number Diff line number Diff line change @@ -219,13 +219,6 @@ export default {
219219 return todayOrAfter .concat (beforeToday);
220220 },
221221 },
222- props: {
223- surveyLink: {
224- type: String ,
225- default: ' https://forms.office.com/Pages/ResponsePage.aspx?id='
226- + ' SNwgxlAdUkmLOd9NVNdNgksLeUGJ_vlDujipnPAHzqlUMUlEQVEzNURFNEc5Q0MzM0ZYQ0dZR1BYRyQlQCN0PWcu' ,
227- },
228- },
229222};
230223 </script >
231224
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ export default {
2020 id: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].id ,
2121 label: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].label ,
2222 path: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].path ,
23- surveyLink: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].surveyLink ,
2423 },
2524 cveNavs: this .cvenavs ,
2625 };
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ export default {
1818 id: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].id ,
1919 label: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].label ,
2020 path: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].path ,
21- surveyLink: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].surveyLink ,
2221 },
2322 cveNavs: this .cvenavs ,
2423 };
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ export default {
2020 id: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].id ,
2121 label: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].label ,
2222 path: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].path ,
23- surveyLink: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].surveyLink ,
2423 },
2524 cveNavs: this .cvenavs ,
2625 };
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ export default {
2020 id: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].id ,
2121 label: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].label ,
2222 path: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].path ,
23- surveyLink: this .cvenavs .AllNews .submenu .Recent .submenu [submenuName].surveyLink ,
2423 },
2524 cveNavs: this .cvenavs ,
2625 };
Original file line number Diff line number Diff line change @@ -88,13 +88,6 @@ export default {
8888 unmounted() {
8989 this.$unloadScript(` https:// cse.google.com/cse.js?cx=${import.meta.env.VITE_GOOGLE_SITE_SEARCH_ENGINE_ID}`);
9090 } ,
91- props: {
92- surveyLink: {
93- type: String,
94- default: 'https://forms.office.com/Pages/ResponsePage.aspx?id='
95- + 'SNwgxlAdUkmLOd9NVNdNgksLeUGJ_vlDujipnPAHzqlUMjhBNUtDUjlNTFNVWlJXSkdRVk9GTkFJNyQlQCN0PWcu',
96- },
97- },
9891};
9992
10093</script>
You can’t perform that action at this time.
0 commit comments