Files
core/hwe/js/main.js
T
2019-04-24 02:36:50 +09:00

7 lines
129 B
JavaScript

jQuery(function($){
$('#do_refresh').click(function(){
document.location.reload();
return false;
});
});