/[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 166 by aloraine, Thu Sep 27 15:32:16 2018 UTC revision 167 by aloraine, Wed Sep 21 19:05:34 2022 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            
15    
16          // Create an XMP element for Strapdown.js to process.          // Create an XMP element for Strapdown.js to process.
17          xmp = document.createElement('xmp'),          xmp = document.createElement('xmp'),

Legend:
Removed from v.166  
changed lines
  Added in v.167

  ViewVC Help
Powered by ViewVC 1.1.26