Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
embl.org
html-sites
embl-jobs-pages
Commits
3fc1e453
Commit
3fc1e453
authored
May 14, 2021
by
Ken Hawkins
Browse files
Add iframe resizing JS
parent
ccfc8767
Pipeline
#155990
passed with stages
in 4 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
src/components/home/EBIHome.js
src/components/home/EBIHome.js
+11
-2
No files found.
src/components/home/EBIHome.js
View file @
3fc1e453
import
{
Home
}
from
"
./Home
"
;
export
function
EBIHome
()
{
return
<
Home
showLocations
=
{
false
}
/>
;
}
return
(
<>
{
/* Supports iframe resizing on ebi.ac.uk/careers/jobs */
}
<
script
type
=
"
text/javascript
"
src
=
"
https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js
"
>
<
/script
>
<
Home
showLocations
=
{
false
}
/
>
<
/
>
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment