@ -39,10 +39,24 @@
</a>
</div>
<script>
function trophyreturnfun(){
$("#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){
})
</script>
@ -1254,3 +1254,8 @@ html>body #ajax-indicator { position: fixed; }
height: 260px;
overflow-y: auto;
#trophyreturn i{
font-size: 16px!important;
color: #AAAAAA;