diff --git a/view/js/main.js b/view/js/main.js
index 1e051de835..3613ee78f6 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 3f03f822a5..6e76f23d6a 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 b8286dd46c..f632b0bba1 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 58c68968b0..671b7643f3 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 96762c60c4..1e4806c9e0 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}}