버그 수정

This commit is contained in:
2019-04-24 02:36:50 +09:00
parent 8aa846b349
commit 300065504b
13 changed files with 160 additions and 232 deletions
+7
View File
@@ -0,0 +1,7 @@
jQuery(function($){
$('#do_refresh').click(function(){
document.location.reload();
return false;
});
});