Skip to content
Snippets Groups Projects
Commit 21dc5c4d authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Merge branch 'update-efsa-243' into 'main'

fix: optimize ads

See merge request eclipsefdn/it/websites/eclipse.org!115
parents 693b756c e88f6494
No related branches found
No related tags found
2 merge requests!221feat: Add specification section to project resources,!115fix: optimize ads
Pipeline #33462 passed
...@@ -58,3 +58,8 @@ ...@@ -58,3 +58,8 @@
} }
} }
//@todo: Remove hotfix
// Hotfix for infinite loading spinner when no ads exist for specific format.
.eclipsefdn-promo-content .fa-spinner {
display: none;
}
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
}, },
"dependencies": { "dependencies": {
"datatables.net-dt": "^1.13.1", "datatables.net-dt": "^1.13.1",
"eclipsefdn-hugo-solstice-theme": "0.0.196", "eclipsefdn-hugo-solstice-theme": "0.0.198",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"json-minify": "^1.0.0" "json-minify": "^1.0.0"
}, },
......
...@@ -2589,20 +2589,20 @@ dotignore@~0.1.2: ...@@ -2589,20 +2589,20 @@ dotignore@~0.1.2:
dependencies: dependencies:
minimatch "^3.0.4" minimatch "^3.0.4"
eclipsefdn-hugo-solstice-theme@0.0.196: eclipsefdn-hugo-solstice-theme@0.0.198:
version "0.0.196" version "0.0.198"
resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.196.tgz#99db3c415db11332077193ad62aa2945472c83a2" resolved "https://registry.yarnpkg.com/eclipsefdn-hugo-solstice-theme/-/eclipsefdn-hugo-solstice-theme-0.0.198.tgz#27812a861bf806ad0a926482134486fd7778fe79"
integrity sha512-6iNm+D/4H4OEV1Brrk0eOtaYx2VLYKFP88y+LYgpwXP9aBw8fDfVpkrFlsa7dPIXirLCnTs409adVeb8q1ANyQ== integrity sha512-RU3bgaaf7RF3QApreZTPXd4VQsXt6QOAz3w2GEmz0NLdg1Ev56LNXncmyib5NVGNSur2CWHChzOAXbTEiWcnNQ==
dependencies: dependencies:
axios "^0.21.1" axios "^0.21.1"
eclipsefdn-solstice-assets "0.0.241" eclipsefdn-solstice-assets "0.0.243"
json2yaml "^1.1.0" json2yaml "^1.1.0"
toml "^3.0.0" toml "^3.0.0"
eclipsefdn-solstice-assets@0.0.241: eclipsefdn-solstice-assets@0.0.243:
version "0.0.241" version "0.0.243"
resolved "https://registry.yarnpkg.com/eclipsefdn-solstice-assets/-/eclipsefdn-solstice-assets-0.0.241.tgz#7a6023484fa93d29f7553746d03b0e4afe6f86b7" resolved "https://registry.yarnpkg.com/eclipsefdn-solstice-assets/-/eclipsefdn-solstice-assets-0.0.243.tgz#f52e09d2b1e5811f52007729963bd68dc5b908c9"
integrity sha512-W2v6PA7uACRCspj+eUcabK8Uuy/eCmJzr7yExPzTCQ9JoK8cdJpUlBVhJux+aOvf6FYG3B2CWt9zGof2Yo3HnQ== integrity sha512-nyNBNPMp/Vh/m4sMPIJUNubnw5ZAX8j4SK06nCjvBi6zRfAkuj3CXT7lENJtNUKXZS7X2J8lidRkojnRmOKTrg==
dependencies: dependencies:
"@babel/core" "^7.0.0-0" "@babel/core" "^7.0.0-0"
"@babel/plugin-proposal-class-properties" "^7.12.1" "@babel/plugin-proposal-class-properties" "^7.12.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment