Blame view

js/index.js 64 Bytes
cf76164e6   Ting Chan   20190709
1
2
3
  $('#toggle-login').click(function(){
    $('#login').toggle();
  });