Mercurial > hg > Members > tobaru > seminar_slides > ieLT
changeset 2:c0fce49d4985
html
author | tobaru |
---|---|
date | Sat, 14 Apr 2018 15:51:35 +0900 |
parents | 6c7b169d8e6b |
children | 31dfb8544406 |
files | ieLT.html |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ieLT.html Sat Apr 14 15:51:35 2018 +0900 @@ -0,0 +1,18 @@ +<html> + +<script type="text/javascript"> + +function detectBrowser() +{ + var slashIndex = window.location.href.lastIndexOf("/"); + var cropped = window.location.href.slice(0,slashIndex+1); + + window.location.replace(cropped + "assets/player/KeynoteDHTMLPlayer.html"); +} + +</script> + +<body bgcolor="black" onload="detectBrowser()"> +</body> + +</html> \ No newline at end of file