提交 7df08e0d 编写于 作者: T tsone

examples: webgl_shaders_ocean2: Minor fix.

上级 9520cb45
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
var hash = document.location.hash.substr( 1 ); var hash = document.location.hash.substr( 1 );
if (!(hash in types)) hash = 'float'; if (!(hash in types)) hash = 'float';
document.getElementById('type-status').innerText = hash; document.getElementById('type-status').innerHTML = hash;
document.getElementById('change-type').innerHTML = document.getElementById('change-type').innerHTML =
'<a href="#" onclick="return change(\'' + types[hash] + '\')">' + types[hash] + '</a>'; '<a href="#" onclick="return change(\'' + types[hash] + '\')">' + types[hash] + '</a>';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册