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
<!-- head --> | |
<!-- BEGIN Gigya Socialize --> | |
<!-- socialize.js script should only be included once --> | |
<script type="text/javascript" src="http://cdn.gigya.com/js/socialize.js?apiKey=2_T-yAvt8V45JKSmDuCaS6tYQFMpkNeIpI-AeEa8T0zC2uuPRvTANZXks5Zu0UCHXo"></script> | |
<script type="text/javascript"> | |
var conf= | |
{ | |
APIKey: "2_T-yAvt8V45JKSmDuCaS6tYQFMpkNeIpI-AeEa8T0zC2uuPRvTANZXks5Zu0UCHXo" ,enabledProviders: "facebook,twitter,yahoo,messenger,google,linkedin" ,connectWithoutLoginBehavior: 'alwaysLogin' | |
,onError:function(e) { | |
} |
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
loadPCROverlay: function () { | |
try { | |
var f = ta.id("CHECK_RATE"); | |
var h = ta.id("PERSISTENT_CHECK_RATES_CONTENT"); | |
var d = window.getScroll(); | |
if (!h) { | |
return | |
} | |
if (!f || !d) { | |
h.dispose(); |
NewerOlder