Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosvinix committed Nov 10, 2024
1 parent adad427 commit 25039f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion english/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ <h2>Repetitions</h2>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script src="https://avrgroup.github.io/ELoS_test/index.56eb305c.js"></script>
<script src="https://avrgroup.github.io/ELoS_test/index.b69f2b5d.js"></script>
<script src="https://avrgroup.github.io/ELoS_test/index.c9c12371.js"></script>
</body>
</html>
8 changes: 6 additions & 2 deletions index.b69f2b5d.js → index.c9c12371.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ var imgarr = [
' <img src="https://avrgroup.github.io/vrtools/img/flags/br-icon.png" width="20" height="20" style="vertical-align:middle;margin-bottom:3px">',
' <img src="https://avrgroup.github.io/vrtools/img/flags/us-icon.png" width="20" height="20" style="vertical-align:middle;margin-bottom:3px">'
];
const currentURL = window.location.href;
const urlObj = new URL(currentURL);
const repoName = urlObj.pathname.split("/")[1];
console.log(repoName);
var hrefs = [
"/",
"/english"
`/${repoName}/`,
`/${repoName}/english`
];
var x, i, j, l, ll, selElmnt, a, b, c;
/* Look for any elements with the class "custom-select": */ x = document.getElementsByClassName("custom-select");
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ <h2>Repetições</h2>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script src="https://avrgroup.github.io/ELoS_test/index.56eb305c.js"></script>
<script src="https://avrgroup.github.io/ELoS_test/index.b69f2b5d.js"></script>
<script src="https://avrgroup.github.io/ELoS_test/index.c9c12371.js"></script>
</body>
</html>

0 comments on commit 25039f2

Please sign in to comment.