1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-12 04:25:05 -05:00
kaiwa/public/js/logout.js

5 lines
78 B
JavaScript
Raw Normal View History

2013-09-05 19:53:23 -04:00
$(function () {
localStorage.clear();
window.location = '/login';
});