|
@@ -2,7 +2,6 @@
|
|
// conditionally load hightlight.js /w sunburst css from cdn
|
|
// conditionally load hightlight.js /w sunburst css from cdn
|
|
var codes = document.getElementsByTagName('code');
|
|
var codes = document.getElementsByTagName('code');
|
|
if (codes.length > 0) {
|
|
if (codes.length > 0) {
|
|
- console.log("We have code!");
|
|
|
|
var css = document.createElement("link");
|
|
var css = document.createElement("link");
|
|
css.setAttribute("rel", "stylesheet");
|
|
css.setAttribute("rel", "stylesheet");
|
|
css.setAttribute("type", "text/css");
|
|
css.setAttribute("type", "text/css");
|