Skip to content

Commit

Permalink
fix: set it in html files
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Jan 23, 2025
1 parent 369bd60 commit 6ef767a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@

</head>
<body>
<iframe id="georchestra-header" src="header.html" scrolling="no" frameBorder="0"></iframe>
<geor-header id="georchestra-header"></geor-header>
<script id="georchestra-header-script"></script>
<div id="container">
<div class="_ms2_init_spinner _ms2_init_center"><div></div></div>
<div class="_ms2_init_text _ms2_init_center">Loading</div>
Expand Down
3 changes: 2 additions & 1 deletion indexTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
</script>
</head>
<body>
<iframe id="georchestra-header" src="header.html" scrolling="no" frameBorder="0"></iframe>
<geor-header id="georchestra-header"></geor-header>
<script id="georchestra-header-script"></script>
<div id="container">
<div class="_ms2_init_spinner _ms2_init_center"><div></div></div>
<div class="_ms2_init_text _ms2_init_center">Loading</div>
Expand Down

0 comments on commit 6ef767a

Please sign in to comment.