File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Refer the CSS file from the specific theme folder to your HTML file within the h
7474<head >
7575 <meta charset="utf-8" />
7676 <title>Getting Started - Schedule</title>
77- <link href="http://cdn.syncfusion.com/{{ site.releaseversion }} /js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
77+ <link href="http://cdn.syncfusion.com/20.4.0.38 /js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
7878</head >
7979
8080{% endhighlight %}
@@ -86,11 +86,11 @@ Add links to the [CDN](/js/cdn) Script files with other required external depend
8686<head >
8787 <meta charset="utf-8" />
8888 <title>Getting Started - Schedule</title>
89- <link href="http://cdn.syncfusion.com/{{ site.releaseversion }} /js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
89+ <link href="http://cdn.syncfusion.com/20.4.0.38 /js/web/flat-azure/ej.web.all.min.css" rel="stylesheet" />
9090 <script src="http://cdn.syncfusion.com/js/assets/external/jquery-1.10.2.min.js"></script>
9191 <script src="http://cdn.syncfusion.com/js/assets/external/jquery.easing.1.3.min.js"></script>
9292 <script src="http://cdn.syncfusion.com/js/assets/external/jsrender.min.js"></script>
93- <script src="http://cdn.syncfusion.com/{{ site.releaseversion }} /js/web/ej.web.all.min.js"></script>
93+ <script src="http://cdn.syncfusion.com/20.4.0.38 /js/web/ej.web.all.min.js"></script>
9494</head >
9595
9696{% endhighlight %}
You can’t perform that action at this time.
0 commit comments