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