|
@@ -1,4 +1,3 @@
|
|
|
-{% if DISQUS_SITENAME and SITEURL and article.status != 'draft' %}
|
|
|
|
|
<script language="javascript" type="text/javascript">
|
|
<script language="javascript" type="text/javascript">
|
|
|
function uncollapse() {
|
|
function uncollapse() {
|
|
|
if (window.location.hash.match(/^#comment-\d+$/)) {
|
|
if (window.location.hash.match(/^#comment-\d+$/)) {
|
|
@@ -13,4 +12,3 @@ function uncollapse() {
|
|
|
window.location.reload(true);
|
|
window.location.reload(true);
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
|
-{% endif %}
|
|
|