diff --git a/js/hide-threads.js b/js/hide-threads.js
index 135fbf51..5a9908f1 100644
--- a/js/hide-threads.js
+++ b/js/hide-threads.js
@@ -44,7 +44,7 @@ $(document).ready(function(){
$('div.post.op').each(function() {
var id = $(this).children('p.intro').children('a.post_no:eq(1)').text();
var thread_container = $(this).parent();
- $('[-] ')
+ $('[–] ')
.insertBefore(thread_container.find('p.fileinfo:first'))
.click(function() {
hidden_data[board][id] = Math.round(Date.now() / 1000);