File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
< title > Knockout component loading via Requirejs sample</ title >
5
5
< script data-main ="index " src ="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.20/require.min.js "> </ script >
6
6
< link href ="index.css " rel ="stylesheet " />
7
- < link href ="https://surveyjs.azureedge.net/1.0.41 /survey.css " type ="text/css " rel ="stylesheet " />
8
- < link href ="https://surveyjs.azureedge.net/1.0.41 /surveyeditor.css " type ="text/css " rel ="stylesheet " />
7
+ < link href ="https://surveyjs.azureedge.net/1.0.44 /survey.css " type ="text/css " rel ="stylesheet " />
8
+ < link href ="https://surveyjs.azureedge.net/1.0.44 /surveyeditor.css " type ="text/css " rel ="stylesheet " />
9
9
</ head >
10
10
11
11
< body >
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ requirejs.config({
2
2
paths : {
3
3
app : "./" ,
4
4
knockout :
5
- "http://cdnjs.cloudflare.com/ajax/libs/knockout/3.2.0 /knockout-min" ,
6
- Survey : "https://surveyjs.azureedge.net/1.0.41 /survey.ko" ,
7
- SurveyEditor : "https://surveyjs.azureedge.net/1.0.41 /surveyeditor"
5
+ "http://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.2 /knockout-min" ,
6
+ Survey : "https://surveyjs.azureedge.net/1.0.44 /survey.ko" ,
7
+ SurveyEditor : "https://surveyjs.azureedge.net/1.0.44 /surveyeditor"
8
8
} ,
9
9
map : {
10
10
"*" : {
You can’t perform that action at this time.
0 commit comments