Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
noatgnu committed Nov 26, 2024
1 parent 78413ed commit 29916b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
<body>
<app-root></app-root>
<noscript>Please enable JavaScript to continue using this application.</noscript>
<link rel="modulepreload" href="chunk-6DCVN2GH.js"><script src="polyfills-LQM4VRV3.js" type="module"></script><script src="scripts-TSGU23AO.js" defer></script><script src="main-OANDIEXA.js" type="module"></script></body>
<link rel="modulepreload" href="chunk-6DCVN2GH.js"><script src="polyfills-LQM4VRV3.js" type="module"></script><script src="scripts-TSGU23AO.js" defer></script><script src="main-FXIOHAAQ.js" type="module"></script></body>
</html>
3 changes: 1 addition & 2 deletions docs/main-OANDIEXA.js → docs/main-FXIOHAAQ.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1732561297701,
"timestamp": 1732624879111,
"index": "/index.html",
"assetGroups": [
{
Expand All @@ -15,7 +15,7 @@
"/chunk-KT2VBPDM.js",
"/favicon.ico",
"/index.html",
"/main-OANDIEXA.js",
"/main-FXIOHAAQ.js",
"/manifest.webmanifest",
"/polyfills-LQM4VRV3.js",
"/scripts-TSGU23AO.js",
Expand Down Expand Up @@ -123,8 +123,8 @@
"/chunk-6DCVN2GH.js": "066732cf764f113fdd1354b5d694386dde1aa957",
"/chunk-KT2VBPDM.js": "513f86e4667b74dc3cbfe0b7141fe6921312b216",
"/favicon.ico": "22f6a4a3bcaafafb0254e0f2fa4ceb89e505e8b2",
"/index.html": "b9aa32be4e787e7bc34753c1db6e3ba0a97d4662",
"/main-OANDIEXA.js": "c498e156c941aefdf0211498c5603891835826e0",
"/index.html": "37b2c83386b522ec2321e478e42a7b1f7282c4a8",
"/main-FXIOHAAQ.js": "40099b840313b69544a22664c1b1ccdf7aff3b32",
"/manifest.webmanifest": "0f6d8f1c753e9f503daf4cd303ebecc6b0b0a04b",
"/polyfills-LQM4VRV3.js": "86507a9fae516c507974df2133f98fd48b561462",
"/scripts-TSGU23AO.js": "e172440274ca0257fbf1b7e414f5bd41b03b202f",
Expand Down
3 changes: 1 addition & 2 deletions src/app/components/datacite/datacite.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,7 @@ export class DataciteComponent {
addSubject() {
this.dataCiteForm.controls.subjects.push(this.fb.group({
subject: ["", Validators.required],
subjectScheme: ["OECD REVISED FIELD OF SCIENCE AND TECHNOLOGY (FOS) CLASSIFICATION IN THE FRASCATI\n" +
"MANUAL", Validators.required],
subjectScheme: ["OECD REVISED FIELD OF SCIENCE AND TECHNOLOGY (FOS) CLASSIFICATION IN THE FRASCATI MANUAL", Validators.required],
valueUri: ["https://unstats.un.org/wiki/download/attachments/101354089/FOS.pdf?api=v2", Validators.required]
}))
}
Expand Down

0 comments on commit 29916b8

Please sign in to comment.