|
|
@ -39,10 +39,24 @@
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
function trophyreturnfun(){
|
|
|
|
function trophyreturnfun(){
|
|
|
|
$("#trophyreturn").hide()
|
|
|
|
$("#trophyreturn").hide()
|
|
|
|
}
|
|
|
|
localStorage.setItem('trophy_uid', true);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(function() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var trophy_uid = false;
|
|
|
|
|
|
|
|
console.log(trophy_uid)
|
|
|
|
|
|
|
|
if (window.localStorage) {
|
|
|
|
|
|
|
|
trophy_uid = localStorage.getItem('trophy_uid');
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
trophy_uid = false
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if(trophy_uid===true){
|
|
|
|
|
|
|
|
$("#trophyreturn").hide()
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
</script>
|