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

Commit 414a362

Browse files
committed
setting the theme on the user page when re-attaching cached view
1 parent 35c82d7 commit 414a362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/views/userPageVw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ UserPageVw = pageVw.extend({
336336
// todo: cache the million dom queries for #obContainer
337337
// use in this view
338338
$('#obContainer').on('scroll', this.onScroll);
339+
this.setCustomStyles();
339340
},
340341

341342
onCacheDetach: function(e) {

0 commit comments

Comments
 (0)