]> git.mjollnir.org Git - moodle.git/blob
55788e05d8983c97cf50213bf452da7d29111f8c
[moodle.git] /
1 <html>
2     <head>
3         <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
4         <META HTTP-EQUIV="Expires" CONTENT="-1"> 
5     </head>
6     <body>
7     <script>
8         function processUrl()
9         {
10
11             var pos = url.indexOf("?");
12             url = pos != -1 ? url.substr(pos + 1) : "";
13             if (!parent._ie_firstload) {
14                 parent.DeepLinking.setBrowserURL(url, true);
15                 try {
16                     parent.DeepLinking.getPlayer().browserURLChange(url);
17                 } catch(e) { }
18             } else {
19                 parent._ie_firstload = false;
20             }
21         }
22
23         var url = document.location.href;
24         processUrl();
25         document.write(url);
26     </script>
27     Yo, I'm your history.
28     </body>
29 </html>