浏览代码

Make example compatible with being run in an iframe.

The '#' would make it reload the current page inside the iframe or
something weird. Tried to work around it, but decided this was the
easiest fix for now.
master
rayburgemeestre 6 年前
父节点
当前提交
2ef40dff80
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/examples/call_cpp_example

+ 1
- 1
src/examples/call_cpp_example 查看文件

</script> </script>
</head> </head>
<body> <body>
<a id="clickText" href="#" onclick="callCPPCode()">Click to call C++ code</a>
<a id="clickText" href="javascript:void(0)" onclick="callCPPCode()">Click to call C++ code</a>
</body> </body>
</html>`.trim(); </html>`.trim();



正在加载...
取消
保存