Skip to content

Commit

Permalink
Merge 61a8cff into 4965557
Browse files Browse the repository at this point in the history
  • Loading branch information
qfox committed Nov 23, 2014
2 parents 4965557 + 61a8cff commit 4b24e90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common.blocks/ua/ua.bh.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = function(bh) {
.content([
'(function(e,c){',
'e[c]=e[c].replace(/(ua_js_)no/g,"$1yes");',
'})(document.documentElement,"className");'
'})(document.documentElement,"className");',
ctx.content()
], true);
});

Expand Down

0 comments on commit 4b24e90

Please sign in to comment.