Commit 93bdfb7 1 parent dc55c91 commit 93bdfb7 Copy full SHA for 93bdfb7
File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ define([
19
19
// a custom version for loading AMD-style
20
20
'./libs/jsPDF/jspdf.debug'
21
21
22
- // cannot load the current version from the CDN!
23
- //'//cdnjs.cloudflare.com/ajax/libs/jspdf/1.1.135/jspdf.min.js'
24
-
25
22
] , function (
26
23
declare ,
27
24
_WidgetBase ,
@@ -63,18 +60,16 @@ define([
63
60
addjsPDFModules : function ( ) {
64
61
var modules = [
65
62
// load the autotable plugin
66
- //'//cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/2.0.16/jspdf.plugin.autotable.js'
67
- '//cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/2.0.16/jspdf.plugin.autotable.src.js'
63
+ 'https//cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/2.0.16/jspdf.plugin.autotable.js'
68
64
] ;
69
65
70
66
switch ( this . reportLayout . output . type ) {
71
67
case 'blob' :
72
68
case 'bloburi' :
73
69
case 'bloburl' :
74
70
case 'save' :
75
- modules . push ( '//cdn.rawgit.com/eligrey/Blob.js/master/Blob.js' ) ;
76
- //modules.push('//cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2014-11-29/FileSaver.min.js');
77
- modules . push ( '//cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2014-11-29/FileSaver.js' ) ;
71
+ modules . push ( 'https//cdn.rawgit.com/eligrey/Blob.js/master/Blob.js' ) ;
72
+ modules . push ( 'https//cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2014-11-29/FileSaver.min.js' ) ;
78
73
break ;
79
74
default :
80
75
}
You can’t perform that action at this time.
0 commit comments