File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 7
7
< link rel ="stylesheet " type ="text/css " href ="css/wuala_style-all.min.css "/>
8
8
< link rel ="stylesheet " type ="text/css " href ="css/wuala_theme.css "/>
9
9
< link rel ="stylesheet " type ="text/css " href ="css/main.css "/>
10
-
10
+ < script >
11
+ function loaded ( ) {
12
+ if ( ( - 1 == location . pathname . indexOf ( "index.html" ) ) && ( location . pathname [ location . pathname . length - 1 ] != "/" ) )
13
+ {
14
+ //redirect from javascript poor host may not be able to this properly
15
+ var url = location . origin + location . pathname + "/" + location . search ;
16
+ window . location = url ;
17
+ }
18
+ init ( ) ;
19
+ }
20
+ </ script >
11
21
</ head >
12
- < body onload ="init () " class ="metro ">
22
+ < body onload ="loaded () " class ="metro ">
13
23
< div id ="navigation_bar " class ="large-11 columns "> </ div >
14
24
< div id ="browsing "> </ div >
15
25
< div id ="window_popup_id "> </ div >
You can’t perform that action at this time.
0 commit comments