Fix PostHiding.showButton
This commit is contained in:
parent
37f44f71e2
commit
c066fe94b4
@ -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',
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user