Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Aug 19, 2016
1 parent 57826ab commit 7e9e188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/lib/content-script/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
* @param extendedCss ExtendedCss stylesheet
*/
var applyExtendedCss = function (extendedCss) {
if (!extendedCss) {
if (!extendedCss || !extendedCss.length) {
return;
}

Expand Down

0 comments on commit 7e9e188

Please sign in to comment.