diff --git a/src/adapters/criteo.js b/src/adapters/criteo.js index 925aa84038f..6978c6f2965 100644 --- a/src/adapters/criteo.js +++ b/src/adapters/criteo.js @@ -4,7 +4,7 @@ var adloader = require('../adloader'); var CriteoAdapter = function CriteoAdapter() { - var sProt = (window.location.protocol==='http:') ? 'http:' : 'https:'; + var sProt = (window.location.protocol === 'http:') ? 'http:' : 'https:'; var _publisherTagUrl = sProt + '//static.criteo.net/js/ld/publishertag.js'; var _bidderCode = 'criteo'; var _profileId = 125;