This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
$( document ).ready(function() { | |
$('img[alt="Coffee Reviews"]').click(function() { | |
window.location.href = 'http://google.com'; | |
return false; | |
}); | |
}); | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function createCookie(a, b, c) { | |
if (c) { | |
var d = new Date; | |
d.setTime(d.getTime() + c * 60 * 1e3); | |
var e = "; expires=" + d.toUTCString() | |
} else var e = ""; | |
document.cookie = a + "=" + b + e + "; path=/" | |
} | |
function readCookie(a) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var isMobile = false; | |
if (typeof window.orientation !== 'undefined') { | |
isMobile = true; | |
return isMobile; | |
} | |
if (!isMobile) { | |
document.getElementsByClassName("satisfactionicons")[0].style.display = 'none'; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Start of Zopim Live Chat Script--> | |
<script type='text/javascript'> | |
if (location.pathname !== '/pages/bathroom-remodel-ideas-on-a-budget') { | |
window.$zopim || (function (d, s) { | |
var z = $zopim = function (c) { | |
z._.push(c) | |
}, $ = z.s = | |
d.createElement(s), e = d.getElementsByTagName(s)[0]; | |
z.set = function (o) { | |
z.set._.push(o) |