diff --git a/view/js/main.js b/view/js/main.js index 1e051de83..3613ee78f 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -725,7 +725,7 @@ function doPin(ident) { }); } -function doignore(ident) { +function doIgnoreThread(ident) { ident = ident.toString(); $('#like-rotator-' + ident).show(); $.get('item/ignore/' + ident, function(data) { diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index 3f03f822a..6e76f23d6 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -229,10 +229,10 @@ {{if $item.ignore}}
  • - {{$item.ignore.do}} + {{$item.ignore.do}}
  • - {{$item.ignore.undo}} + {{$item.ignore.undo}}
  • {{/if}} diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index b8286dd46..f632b0bba 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -381,10 +381,10 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.ignore}}
  • - {{$item.ignore.do}} + {{$item.ignore.do}}
  • - {{$item.ignore.undo}} + {{$item.ignore.undo}}
  • {{/if}} @@ -540,10 +540,10 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.ignore}}
  • - {{$item.ignore.do}} + {{$item.ignore.do}}
  • - {{$item.ignore.undo}} + {{$item.ignore.undo}}
  • {{/if}} diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index 58c68968b..671b7643f 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -106,8 +106,8 @@ {{$item.star.undo}} {{/if}} {{if $item.ignore}} - {{$item.ignore.do}} - {{$item.ignore.undo}} + {{$item.ignore.do}} + {{$item.ignore.undo}} {{/if}} {{if $item.tagger}} {{$item.tagger.add}} diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl index 96762c60c..1e4806c9e 100644 --- a/view/theme/vier/templates/wall_thread.tpl +++ b/view/theme/vier/templates/wall_thread.tpl @@ -144,8 +144,8 @@ {{$item.star.undo}} {{/if}} {{if $item.ignore}} - {{$item.ignore.do}} - {{$item.ignore.undo}} + {{$item.ignore.do}} + {{$item.ignore.undo}} {{/if}} {{if $item.tagger}} {{$item.tagger.add}}