move everything under post-viewer/ to single-post-viewer/
This commit is contained in:
parent
8cf4e4a7fb
commit
80015e7ba8
4 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
app.views.PostViewerNewComment = app.views.Base.extend({
|
||||
|
||||
templateName: "post-viewer/new-comment",
|
||||
templateName: "single-post-viewer/new-comment",
|
||||
|
||||
events : {
|
||||
"click button" : "createComment",
|
||||
|
|
@ -39,4 +39,4 @@ app.views.PostViewerNewComment = app.views.Base.extend({
|
|||
$(this.scrollableArea).scrollTop($(this.scrollableArea).prop("scrollHeight"))
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
|
@ -2,7 +2,7 @@ app.views.PostViewerReactions = app.views.Base.extend({
|
|||
|
||||
className : "",
|
||||
|
||||
templateName: "post-viewer/reactions",
|
||||
templateName: "single-post-viewer/reactions",
|
||||
|
||||
tooltipSelector : ".avatar",
|
||||
|
||||
Loading…
Reference in a new issue