Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 33e26ee

Browse files
committed
Merge pull request #1562 from mariodian/fix_moderator_modal
Fix displaying moderator modal
2 parents de956e2 + 860dba7 commit 33e26ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/moderatorSettingsVw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = Backbone.View.extend({
4040
self.$el.html(loadedTemplate(self.model.toJSON()));
4141

4242
//append the view to the passed in parent
43-
self.parentEl.append(self.$el);
43+
self.parentEl.append(self.$el).fadeIn(300);
4444
self.moderatorFeeInput = self.$('#moderatorSettingsModalFeeInput');
4545
});
4646
return this;

0 commit comments

Comments
 (0)