Browse Source

PDF 파일 다운로드 추가

juney 2 years ago
parent
commit
00a4be04b4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main/webapp/js/app/config.js

+ 0 - 1
src/main/webapp/js/app/config.js

@@ -36,7 +36,6 @@ requirejs.config({
36
 		'jspdf': 'js/jspdf.min',							// PDF 다운로드 (html, 이미지, canvas 객체를 pdf로 변환)
36
 		'jspdf': 'js/jspdf.min',							// PDF 다운로드 (html, 이미지, canvas 객체를 pdf로 변환)
37
 		// 'jspdf.autotable': 'js/jspdf.plugin.autotable.min',	// PDF 다운로드 (html, 이미지, canvas 객체를 pdf로 변환)
37
 		// 'jspdf.autotable': 'js/jspdf.plugin.autotable.min',	// PDF 다운로드 (html, 이미지, canvas 객체를 pdf로 변환)
38
 		'crypto': 'js/crypto', 					//Crypto 암호화 js
38
 		'crypto': 'js/crypto', 					//Crypto 암호화 js
39
-        'commonJS': 'js/common',
40
 		'check': 'js/check.js?version='+js_version // 
39
 		'check': 'js/check.js?version='+js_version // 
41
 	},
40
 	},
42
 	shim: {
41
 	shim: {