Skip to content

Commit

Permalink
Add replag banner
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Aug 12, 2024
1 parent 1f9650d commit f0fe99d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wp1-frontend/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.20.2
nodejs 18.20.3
3 changes: 2 additions & 1 deletion wp1-frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down Expand Up @@ -39,5 +39,6 @@
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="https://tools-static.wmflabs.org/replag-embed/replag-embed.js"></script>
</body>
</html>
3 changes: 2 additions & 1 deletion wp1-frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
>English Wikipedia</a
>.
</div>
<div id="replag-embed" data-wiki="en.wikipedia.org"></div>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="/">Wikipedia 1.0 Server</a>
<button
Expand Down Expand Up @@ -113,7 +114,7 @@ export default {
`${import.meta.env.VITE_API_URL}/oauth/identify`,
{
credentials: 'include',
}
},
)
.then((response) => {
if (response.ok) {
Expand Down

0 comments on commit f0fe99d

Please sign in to comment.