common.js 81 B

123
  1. $(".btn-logout").click(function() {
  2. window.location.href = 'index.html';
  3. });