hl/static/js/warp.reload.js
2014-03-08 03:54:29 +01:00

3 lines
62 B
JavaScript

$.get('/reload',function(){
window.location.reload();
});