mirror of https://github.com/Meekdai/Gmeek.git
Update tag.html
This commit is contained in:
parent
d970382ebb
commit
dbbc15e095
|
|
@ -93,6 +93,7 @@ function showList(jsonData){
|
||||||
showLabels.setAttribute("style","background-color:"+jsonData["postListJson"][i]['labelColor']);
|
showLabels.setAttribute("style","background-color:"+jsonData["postListJson"][i]['labelColor']);
|
||||||
showLabels.innerHTML=jsonData["postListJson"][i]['label'];
|
showLabels.innerHTML=jsonData["postListJson"][i]['label'];
|
||||||
showLabels.setAttribute("href",'#'+jsonData["postListJson"][i]['label']);
|
showLabels.setAttribute("href",'#'+jsonData["postListJson"][i]['label']);
|
||||||
|
showLabels.setAttribute("onclick",'javascript:location.reload();');
|
||||||
tagLable.appendChild(showLabels);
|
tagLable.appendChild(showLabels);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -138,7 +139,5 @@ function showList(jsonData){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.onhashchange=function(event){location.reload();}
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue