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.innerHTML=jsonData["postListJson"][i]['label'];
|
||||
showLabels.setAttribute("href",'#'+jsonData["postListJson"][i]['label']);
|
||||
showLabels.setAttribute("onclick",'javascript:location.reload();');
|
||||
tagLable.appendChild(showLabels);
|
||||
}
|
||||
|
||||
@ -138,7 +139,5 @@ function showList(jsonData){
|
||||
}
|
||||
}
|
||||
|
||||
window.onhashchange=function(event){location.reload();}
|
||||
|
||||
</script>
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user