]> git.sesse.net Git - vlc/commitdiff
add warning about javascript support being needed if the browser doesn't
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 28 Jan 2006 16:10:26 +0000 (16:10 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 28 Jan 2006 16:10:26 +0000 (16:10 +0000)
support javascript.

share/http/index.html

index 0dd58562f26de3402aec196186a8a749286dcc7c..c6e89b267b712a4f3b36d4e5cbff2f3ad7c65959 100644 (file)
 
 <body onload="loop_refresh();">
 
+<noscript>
+  <hr/>
+  Warning: Your browser doesn't support javascript.
+  You should use the <a href="old/">old http interface</a>.
+  <hr/>
+</noscript>
+
 <vlc id="include" param1="dialogs/browse" />
 <vlc id="include" param1="dialogs/main" />
 <vlc id="include" param1="dialogs/input" />