summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-22 17:29:47 +0100
committerAlib <aliboba@free.fr>2010-02-22 17:29:47 +0100
commitcf978230e1de5177033452258142dcb21df5a055 (patch)
tree1d039315e1e8bc08907f371628bbc230357a8be5 /index.php
parent5cf654e0f2859c2d2a48be749fe34257615779fe (diff)
downloadistreamdev-cf978230e1de5177033452258142dcb21df5a055.tar.gz
istreamdev-cf978230e1de5177033452258142dcb21df5a055.tar.bz2
updated index.php
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php29
1 files changed, 0 insertions, 29 deletions
diff --git a/index.php b/index.php
index dcb1cf7..c826076 100755
--- a/index.php
+++ b/index.php
@@ -14,35 +14,6 @@ include('includes/include.php');
<title>iStreamdev</title>
<link href="images/startup.png" rel="apple-touch-startup-image" />
<link rel="apple-touch-icon" href="images/istreamdev.png"/>
-<script type="text/javascript">
-function updateOrientation() {
- switch(window.orientation) {
- case 0:
- orient = "portrait";
- break;
- case -90:
- orient = "landscape";
- break;
- case 90:
- orient = "landscape";
- break;
- case 180:
- orient = "portrait";
- break;
- }
- document.body.setAttribute("orient", orient);
- window.scrollTo(0, 1);
-
- }
-function sendForm(formid) {
- var frm;
- frm = document.getElementById(formid);
- frm.submit();
-}
-function swapPic() {
- document.getElementById('videofeed').src = "ram/stream.m3u8";
- }
-</script>
</head>