x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
HTML |
---|
<style>
button{
color: white!important;
display: none!important;
}
</style>
<script>
AJS.toInit(function(){
$('a button').each(function(i){
$(this).style.display = "block!important";
});
});
</script> |
...
OneValley