[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:
Rufus Pollock 2012-04-08 09:20:21 +01:00
parent debcfbbb7a
commit 823ee98540
2 changed files with 8 additions and 1 deletions

1
demo
View File

@ -1 +0,0 @@
app/

8
demo/index.html Normal file
View 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>