I have trying to fix this for like 2hours now...
The function loadGTW is somehow supposed to load my content locker on click. But I just get an alert.. The content locker has a css trigger called .downloadbutton
Anyone knows how to get this going? I have the content locker code in the header..
<script type="text/javascript"
src="http://XXXX.XXX/tyf4g4/locker.js?guid=44fe77af7dd7b265">
</script>
Code:
if ( $.cookie("fb-lk") && $.cookie("fb-sh") ) { $("#multistep-proceed").fadeTo(300, 1).prop("disabled", false).attr("onClick", "loadGTW()");
}
} multistep_check();
function loadGTW () {
alert('downloadbutton');
}
// <-
</script>
The function loadGTW is somehow supposed to load my content locker on click. But I just get an alert.. The content locker has a css trigger called .downloadbutton
Anyone knows how to get this going? I have the content locker code in the header..
<script type="text/javascript"
src="http://XXXX.XXX/tyf4g4/locker.js?guid=44fe77af7dd7b265">
</script>

