버그 수정
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
jQuery(function($){
|
||||
|
||||
$('#do_refresh').click(function(){
|
||||
document.location.reload();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user