We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2529d commit fd90dbaCopy full SHA for fd90dba
views/document/intro.html
@@ -225,7 +225,7 @@ <h4 class="help-block"><i class="fa fa-th color-gray"></i> 相关书籍</h4>
225
<script type="text/javascript" src="/static/js/main.js?version={{$.Version}}"></script>
226
<script>
227
$(function(){
228
- $("#bookstack-intro .bookstack-info img").click(function(){
+ $("#bookstack-intro .bookstack-info .col-md-3 img").click(function(){
229
location.href=$("#bookstack-intro .bookstack-info .none-listyle .btn-success").attr("href");
230
})
231
0 commit comments