Procházet zdrojové kódy

use NaCl if chrome

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> před 12 roky
rodič
revize
b3bf599f8b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      test/meshviewer_index.html

+ 1
- 1
test/meshviewer_index.html Zobrazit soubor

@@ -112,7 +112,7 @@ progress::-webkit-progress-value


//NaCl Specific //NaCl Specific
function GetiFrameModuleVar() { return g_frame_embed.contentDocument.getElementById('id_embed_nacl_module'); } function GetiFrameModuleVar() { return g_frame_embed.contentDocument.getElementById('id_embed_nacl_module'); }
function IsUsingNaCl() { return false; /*window.chrome;*/ }
function IsUsingNaCl() { return window.chrome; }
</script> </script>


<script src="./utils.js"></script> <script src="./utils.js"></script>


Načítá se…
Zrušit
Uložit