This commit is contained in:
Mahdi Dibaiee
2014-11-06 13:28:24 +03:30
parent 709ce388cc
commit 56d7bc93ff
93 changed files with 914 additions and 260 deletions

View File

@ -111,9 +111,4 @@ $(document).ready(function() {
}
}
if( !localStorage.getItem('sawVote') ) {
$('.vote').removeClass('hidden');
localStorage.setItem('sawVote', true);
}
})