mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Remove templateName from topic_closing_view because it doesn't use a template
This commit is contained in:
parent
f27eb10872
commit
d4b8e727fc
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
||||||
**/
|
**/
|
||||||
Discourse.TopicClosingView = Discourse.View.extend({
|
Discourse.TopicClosingView = Discourse.View.extend({
|
||||||
elementId: 'topic-closing-info',
|
elementId: 'topic-closing-info',
|
||||||
templateName: 'topic_closing',
|
|
||||||
delayedRerender: null,
|
delayedRerender: null,
|
||||||
|
|
||||||
contentChanged: function() {
|
contentChanged: function() {
|
||||||
|
|
Loading…
Reference in a new issue