/[genomes]/quickload/styling/autoindex_strapdown.js
ViewVC logotype

Diff of /quickload/styling/autoindex_strapdown.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 49 by aloraine, Thu Sep 27 15:32:16 2018 UTC revision 177 by aloraine, Mon Aug 14 14:16:52 2023 UTC
# Line 9  document.addEventListener('DOMContentLoa Line 9  document.addEventListener('DOMContentLoa
9    
10          // Create a script element to fetch Strapdown.js.          // Create a script element to fetch Strapdown.js.
11          strapdown = document.createElement('script');          strapdown = document.createElement('script');
12          strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'http://strapdownjs.com/v/0.2/strapdown.js');          // strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'http://strapdownjs.com/v/0.2/strapdown.js');
13            //strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https://cdn.jsdelivr.net/gh/Naereen/StrapDown.js@master/strapdown.min.js');
14            // from: IGBF-3173 Karthik Raveendran edit, migrated
15            strapdown.setAttribute('src', conf.strapdown ? conf.strapdown : 'https://cdn.jsdelivr.net/gh/lorainelab/strapdown.js@main/strapdown.verbose.js');
16    
17    
18          // Create an XMP element for Strapdown.js to process.          // Create an XMP element for Strapdown.js to process.
19          xmp = document.createElement('xmp'),          xmp = document.createElement('xmp'),

Legend:
Removed from v.49  
changed lines
  Added in v.177

  ViewVC Help
Powered by ViewVC 1.1.26