[addendum,refactor][xs]: addendum to 1be758e6b81df3abfee8cdeeeaa16ebd69a3def7 as symlinks do not work with gh-pages so need js redirects instead to relocate demo to app.
This commit is contained in:
parent
debcfbbb7a
commit
823ee98540
8
demo/index.html
Normal file
8
demo/index.html
Normal file
@ -0,0 +1,8 @@
|
||||
<script type="text/javascript">
|
||||
var newloc = '../app/';
|
||||
if (window.location.search) {
|
||||
newloc += window.location.search;
|
||||
}
|
||||
newloc += window.location.hash;
|
||||
window.location.href = newloc;
|
||||
</script>
|
||||
Loading…
x
Reference in New Issue
Block a user