Browse Source

Merge branch 'develop' into bin2107

bin2107 5 years ago
parent
commit
a8462cfbb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/ux/js/admin.ui.js

+ 1 - 1
src/main/webapp/ux/js/admin.ui.js

@@ -3,7 +3,7 @@ function uifnAlertClose(id){
 	$("#"+id).css({display:'none'});
 	$("#"+id).css({display:'none'});
 	return true;
 	return true;
 };
 };
-
+ 
 //차트 리사이징
 //차트 리사이징
 function chartResize(){
 function chartResize(){
 	if ( $(document).find(".chartUnit").length > 0 ) {
 	if ( $(document).find(".chartUnit").length > 0 ) {