Fix PostHiding.showButton

This commit is contained in:
Zixaphir 2014-03-11 11:32:16 -07:00
parent 37f44f71e2
commit c066fe94b4
3 changed files with 3 additions and 3 deletions

View File

@ -6950,7 +6950,7 @@
this.showButton = $.el('a', {
className: 'show-post-button fa',
href: 'javascript:;',
textContext: '\uf196'
textContent: '\uf196'
});
Post.callbacks.push({
name: 'Post Hiding',

View File

@ -7001,7 +7001,7 @@
this.showButton = $.el('a', {
className: 'show-post-button fa',
href: 'javascript:;',
textContext: '\uf196'
textContent: '\uf196'
});
Post.callbacks.push({
name: 'Post Hiding',

View File

@ -8,7 +8,7 @@ PostHiding =
@showButton = $.el 'a',
className: 'show-post-button fa'
href: 'javascript:;'
textContext: '\uf196'
textContent: '\uf196'
Post.callbacks.push
name: 'Post Hiding'