Explorar o código

Reload window when user clicks on Disqus comment link which is on the same page

Close #6
Talha Mansoor %!s(int64=11) %!d(string=hai) anos
pai
achega
3f18ffce24
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      templates/disqus_comments_uncollapse.html

+ 5 - 1
templates/disqus_comments_uncollapse.html

@@ -7,6 +7,10 @@ function uncollapse() {
 }
 </script>
 <script type="text/javascript" language="JavaScript">
-    uncollapse(); 
+    uncollapse();
+    window.onhashchange=function(){
+        if (window.location.hash.match(/^#comment-\d+$/))
+            window.location.reload(true);
+    }
 </script>
 {% endif %}