Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Nov 13, 2024
2 parents c56685d + 87d1499 commit db65143
Show file tree
Hide file tree
Showing 14 changed files with 340 additions and 20,276 deletions.
8 changes: 0 additions & 8 deletions examples/buddybook/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
browser: true
};
</script>
<script type="text/javascript">
(function() {
const path = window.location.pathname;
if (path && !window.location.search.includes('?/')) {
window.location.replace('/?/' + path + window.location.search + window.location.hash);
}
})();
</script>
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit db65143

Please sign in to comment.