Issues with the CDN?
Issues with the CDN?
Loren Maxwell
Posts: 406Questions: 99Answers: 10
Is anyone else having an issue with the CDN when upgrading from either Scroller 1.4.3 to 1.4.4?
Here's what I had before:
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.16/b-1.5.1/b-html5-1.5.1/kt-2.3.2/rg-1.0.2/sc-1.4.3/sl-1.2.4/datatables.min.css"/>
<script src="https://cdn.datatables.net/v/dt/dt-1.10.16/b-1.5.1/b-html5-1.5.1/kt-2.3.2/rg-1.0.2/sc-1.4.3/sl-1.2.4/datatables.min.js"></script>
And here's what I'm trying to go to (ONLY change is from sc-1.4.3 to sc-1.4.4):
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.16/b-1.5.1/b-html5-1.5.1/kt-2.3.2/rg-1.0.2/sc-1.4.4/sl-1.2.4/datatables.min.css"/>
<script src="https://cdn.datatables.net/v/dt/dt-1.10.16/b-1.5.1/b-html5-1.5.1/kt-2.3.2/rg-1.0.2/sc-1.4.4/sl-1.2.4/datatables.min.js"></script>
I have a few plugins from DataTables.net:
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/plug-ins/preview/searchPane/dataTables.searchPane.min.css">
<script src="https://cdn.datatables.net/plug-ins/preview/searchPane/dataTables.searchPane.min.js"></script>
<script src="https://cdn.datatables.net/plug-ins/1.10.16/dataRender/ellipsis.js"></script>
Plus I use Editor locally.
I get a host of error messages:
SyntaxError: unexpected token: identifier datatables.min.js:1:13
TypeError: $.fn.dataTable is undefined enum.js:25:5
TypeError: a.fn.dataTable is undefined dataTables.searchPane.min.js:24:257
TypeError: jQuery.fn.dataTable is undefined ellipsis.js:50:1
uncaught exception: Editor requires DataTables 1.10.7 or newer
TypeError: DataTable is undefined editor.display.js:4:94
TypeError: DataTable is undefined _editor.openClose.js:1:27
jQuery.Deferred exception: $.fn.dataTable is undefined @http://ghsfha.org/w/Special:SeasonIndex:66:175
l@https://code.jquery.com/jquery-3.3.1.min.js:2:29373
a/</c<@https://code.jquery.com/jquery-3.3.1.min.js:2:29677
undefined
jquery-3.3.1.min.js:2:30920
TypeError: $.fn.dataTable is undefined Special:SeasonIndex:66:175
This is from the Download builder. Am I doing something wrong or did I miss a step?
This question has accepted answers - jump to:
This discussion has been closed.
Answers
The download builder is currently offline while I do a little maintenance. Should be back soon - sorry!
Allan
OK, thanks, @allan!
@allan, will a release of RowGroup 1.0.3 (or 1.1) be a part of the new upgrade?
No - that will be separeate to the work I'm doing just now, which is on the file system rather than the release packages.
Allan