]> git.plutz.net Git - serve0/blobdiff - templates/frame.html.sh
html/css cleanup
[serve0] / templates / frame.html.sh
index 822659b78df896757995da80d18f3ee83c60290c..eae2968a46d43e1c68b0e332cdf26a66c5e8e42b 100755 (executable)
@@ -36,11 +36,14 @@ cat <<EOF
       document.getElementById(id).style.display = "inline";
       try{document.getElementById('vid_'+id).play();}catch(foo){}
     }
-    function hide_block(id){
+    function show_iblock(id){
+      document.getElementById(id).style.display = "inline-block";
+      try{document.getElementById('vid_'+id).play();}catch(foo){}
+    }
+    function hide(id){
       try{document.getElementById('vid_'+id).pause();}catch(foo){}
       document.getElementById(id).style.display = "none";
     }
-    function hide_inline(id){ hide_block(id);}
     -->
     </script>
   </head>