Skip to content

Commit 4e5a348

Browse files
committed
Do not use root.cern.ch
1 parent f63a71c commit 4e5a348

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

puppeteer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const server_path = 'http://localhost:8000/jsroot/',
1111
jsroot_path = './../jsroot',
1212
examples_main = JSON.parse(readFileSync(`${jsroot_path}/demo/examples.json`)),
1313
filepath = 'https://jsroot.gsi.de/files/',
14-
// filepath = 'https://root.cern.ch/js/files/',
14+
// filepath = 'https://root.cern/js/files/',
1515
// place for special cases
1616
specialCases = [
1717
'TCanvas/time.svg', // position of minor tick differs by one on time axis?

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const jsroot_path = './..' + source_dir.slice(source_dir.lastIndexOf('/', source
1616
examples_main = JSON.parse(readFileSync(`${jsroot_path}/demo/examples.json`)),
1717
filepath = 'https://jsroot.gsi.de/files/',
1818
jsonfilepath = 'http://jsroot.gsi.de/files/', // httpRequest has problem with GSI https
19-
// filepath = 'https://root.cern.ch/js/files/',
20-
// jsonfilepath = 'https://root.cern.ch/js/files/',
19+
// filepath = 'https://root.cern/js/files/',
20+
// jsonfilepath = 'https://root.cern/js/files/',
2121
// place for special cases
2222
specialCases = [ 'TCanvas/time.svg' ], // position of minor tick differs by one on time axis?
2323
dflt_latex = settings.Latex;

0 commit comments

Comments
 (0)