Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c82c80 commit 2039f4cCopy full SHA for 2039f4c
websites/code/studygolang/template/articles/detail.html
@@ -192,7 +192,8 @@ <h3><span class="cmtnum">{{.article.Cmtnum}}</span>条评论</h3>
192
// 文章链接,在本站的 iframe 中打开
193
$('#wrapper .content').on('mousedown', 'a', function(evt){
194
var url = $(this).attr('href');
195
- $(this).attr('href', '/wr?u='+url);
+ // $(this).attr('href', '/wr?u='+url);
196
+ $(this).attr('href', url);
197
$(this).attr('target', '_blank');
198
});
199
0 commit comments