diff options
author | Marvin Borner | 2019-04-14 18:03:51 +0200 |
---|---|---|
committer | Marvin Borner | 2019-04-14 18:03:51 +0200 |
commit | dd56bcdf951a8868461c80f72783a0e411e4fae4 (patch) | |
tree | 907262a6ae2fc5ba4b27fc2b0d84962b2b98e4df /src/main/resources/js/prettify.js | |
parent | 8c6905d0553b88b1257cab13355873d5438704fa (diff) |
Added settings support for non-preview files
Diffstat (limited to 'src/main/resources/js/prettify.js')
-rw-r--r-- | src/main/resources/js/prettify.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/js/prettify.js b/src/main/resources/js/prettify.js index 27b3a38..5c0d71d 100644 --- a/src/main/resources/js/prettify.js +++ b/src/main/resources/js/prettify.js @@ -100,7 +100,7 @@ N.insertBefore(g, N.firstChild) })(H[l]); for (var S = H.length, F = [], l = 0, B = P.length; l < B; ++l) F.push("https://cdn.rawgit.com/google/code-prettify/master/loader/skins/" + encodeURIComponent(P[l]) + ".css"); - F.push("https://cdn.rawgit.com/google/code-prettify/master/loader/prettify.css"); + F.push("/css/lightTheme.css"); (function (g) { function r(l) { if (l !== x) { |