Commit 4286f484 authored by liuyuzhen's avatar liuyuzhen

去除常见问题列表页面跳转的window.

parent 52a1a4c4
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
function goToDetail(problemId){ function goToDetail(problemId){
window.location.href = '/qa/detail?id='+problemId; location.href = '/qa/detail?id='+problemId;
} }
</script> </script>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment