Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.25
-
Epic Link:
-
Sprint:Summer 6 2023 July 24, Summer 7 2023 Aug 7, Summer 8 2023 Aug 21
Description
The Quickload documentation on the site is out-of-date. Update it.
Also incorporating the single change to autoindex_strapdown.js from linked ticket
IGBF-3173.Relevant code copied here for easier reference:
// Create a script element to fetch Strapdown.js. strapdown = document.createElement('script'); // strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'http://strapdownjs.com/v/0.2/strapdown.js'); //strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js'); // from: IGBF-3173 Karthik Raveendran strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https://cdn.jsdelivr.net/gh/lorainelab/strapdown.js@main/strapdown.verbose.js');