瀏覽代碼

use NaCl if chrome

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 11 年之前
父節點
當前提交
b3bf599f8b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/meshviewer_index.html

+ 1
- 1
test/meshviewer_index.html 查看文件

@@ -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>


Loading…
取消
儲存