mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
Updated invalid url for syntax highligter
See https://code.google.com/archive/p/google-code-prettify and https://github.com/google/code-prettify This affects doc.silverstripe.org so I'll submit a PR there too.
This commit is contained in:
parent
d495a68681
commit
85802d5e7a
@ -102,7 +102,7 @@ class DocumentationViewer extends Controller
|
||||
Requirements::customScript('try{Typekit.load();}catch(e){}');
|
||||
|
||||
Requirements::javascript(THIRDPARTY_DIR .'/jquery/jquery.js');
|
||||
Requirements::javascript('https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js');
|
||||
Requirements::javascript('https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js');
|
||||
|
||||
Requirements::javascript(DOCSVIEWER_DIR .'/javascript/DocumentationViewer.js');
|
||||
Requirements::combine_files('docs.css', array(
|
||||
|
Loading…
Reference in New Issue
Block a user