No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

conceal.htm 411B

12345678910111213141516
  1. <script type="text/javascript">
  2. var conceal_1649209614 = sessionStorage.getItem("conceal_1649209614");
  3. if (conceal_1649209614 == 1){
  4. $("#conceal_1649209614").hide();
  5. } else {
  6. $("#conceal_1649209614").show();
  7. }
  8. function is_conceal_1649209614(){
  9. if (conceal_1649209614 == 1){
  10. return true;
  11. }else{
  12. return false;
  13. }
  14. }
  15. </script>