Skip to content

Commit 09402e6

Browse files
Merge pull request #2753 from telerik/revert-routing-changes
chore: revert routing changes
2 parents 1ae968b + 1cab9a4 commit 09402e6

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

examples/react-coffee-warehouse/public/404.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/react-coffee-warehouse/public/index.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@
1212
/>
1313
<link rel="stylesheet" href="https://unpkg.com/@progress/[email protected]/dist/all.css"></link>
1414
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
15-
<script type="text/javascript">
16-
(function(l) {
17-
if (l.search[1] === '/' ) {
18-
var decoded = l.search.slice(1).split('&').map(function(s) {
19-
return s.replace(/~and~/g, '&')
20-
}).join('?');
21-
window.history.replaceState(null, null,
22-
l.pathname.slice(0, -1) + decoded + l.hash
23-
);
24-
}
25-
}(window.location))
26-
</script>
2715
<!--
2816
Notice the use of %PUBLIC_URL% in the tags above.
2917
It will be replaced with the URL of the `public` folder during the build.

0 commit comments

Comments
 (0)