Skip to content

Commit 5e353ee

Browse files
committed
Update docu
1 parent 1fedc8e commit 5e353ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/JSROOT.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -397,17 +397,17 @@ In the `<div>` element with "simpleGUI" id one can specify many custom parameter
397397
JSROOT can read files from local file system using HTML5 FileReader functionality.
398398
Main limitation here - user should interactively select files for reading.
399399
There is button __"..."__ on the main JSROOT page, which starts file selection dialog.
400-
Or one could invoke such dialog with "localfile" parameter in URL string.
400+
If valid ROOT file is selected, JSROOT will be able to normally read content of such file.
401401

402-
- <https://root.cern/js/latest/?localfile>
402+
One could try to invoke such dialog with "localfile" parameter in URL string:
403403

404-
If valid ROOT file is selected, JSROOT will be able to normally read content of such file.
405-
In some browsers due to security settings automatic popup of file dialog is forbidden, therefore
406-
one may need to press button explicitely.
404+
- <https://root.cern/js/latest/?localfile>
405+
406+
It could happen, that due to security limitations automatic popup will be blocked.
407407

408408
For debuging purposes one can install JSROOT on local file system and let read ROOT files from the same location. Like:
409409

410-
- <file://home/user/jsroot/index.htm?file=hsimple.root&item=hpx>
410+
- <file:///home/user/jsroot/index.htm?file=hsimple.root&item=hpx>
411411

412412
But this works only with Firefox.
413413

0 commit comments

Comments
 (0)