Browse Source

debug

tags/v1.21.12.1
Gitea 5 years ago
parent
commit
43e0d8f2fc
2 changed files with 10 additions and 10 deletions
  1. +9
    -9
      templates/repo/blockchain/index.tmpl
  2. +1
    -1
      templates/repo/header.tmpl

+ 9
- 9
templates/repo/blockchain/index.tmpl View File

@@ -21,14 +21,14 @@
{{template "base/footer" .}}

<script>
$('.eye.icon').click(function(){
$('.eye.icon').toggleClass('slash')
// console.log(this)
if($(this).hasClass('slash')){
$(this).next().css('display', 'none')
}else{
$(this).next().css('display', 'block')
}
// $('.eye.icon').click(function(){
// $('.eye.icon').toggleClass('slash')
// // console.log(this)
// if($(this).hasClass('slash')){
// $(this).next().css('display', 'none')
// }else{
// $(this).next().css('display', 'block')
// }

})
// })
</script>

+ 1
- 1
templates/repo/header.tmpl View File

@@ -146,7 +146,7 @@
{{end}}

<a class="{{if .PageIsCloudBrain}}active{{end}} item " href="{{.RepoLink}}/blockchain">
{{svg "octicon-law" 16}}
<!-- {{svg "octicon-law" 16}} -->
{{.i18n.Tr "repo.balance"}}
</a>



Loading…
Cancel
Save