Explorar el Código

use NaCl if chrome

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> hace 12 años
padre
commit
b3bf599f8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/meshviewer_index.html

+ 1
- 1
test/meshviewer_index.html Ver fichero

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

//NaCl Specific
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 src="./utils.js"></script>


Cargando…
Cancelar
Guardar