hashover-next icon indicating copy to clipboard operation
hashover-next copied to clipboard

How to set priorities and display new comments?!

Open cn-jiangfei opened this issue 6 years ago • 2 comments

Home page, hashover is a great project, but encountered some minor problems in the use, do not know how to set the priority to display new comments!

Although I've implemented my needs with JQ, it's not the best solution. I hope jacobwb will help me

谢谢!

cn-jiangfei avatar Aug 13 '18 05:08 cn-jiangfei

Here I use a very stupid method.

cn-jiangfei avatar Aug 13 '18 05:08 cn-jiangfei

`window.addEventListener('load',function() { $("#hashover-sort-select").val("threaded-by-date").change();

},false); window.onload = function(){ $("#hashover-sort-select").val("threaded-by-date").change(); } $(window).load(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); }) $(document).ready(function () { $("#hashover-sort-select").val("threaded-by-date").change(); }); $(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); }); function jiangfei(){ $("#hashover-sort-select").val("threaded-by-date").change(); } setTimeout(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); },500); setTimeout(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); },1000); setTimeout(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); },1500); setTimeout(function(){ $("#hashover-sort-select").val("threaded-by-date").change(); },2000);`

cn-jiangfei avatar Aug 13 '18 05:08 cn-jiangfei