We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f12cfe commit 10b8091Copy full SHA for 10b8091
demo/demo.sh
@@ -57,5 +57,5 @@ grab 2 Canvases/c1/fPrimitives/hpx
57
58
# copy all files to web server
59
cp -rf index.htm h.xml h.json StreamerInfo Canvases Files ~/web-docs/js/3.1/demo
60
-rm demo.tar
61
-tar chf demo.tar * .htaccess --exclude=*.sh --exclude=*.C --exclude=files
+#rm demo.tar
+#tar chf demo.tar * .htaccess --exclude=*.sh --exclude=*.C --exclude=files
scripts/JSRootCore.js
@@ -14,7 +14,7 @@
14
15
JSROOT = {};
16
17
- JSROOT.version = "3.1 dev 3/12/2014";
+ JSROOT.version = "3.1 3/12/2014";
18
19
JSROOT.source_dir = function(){
20
var scripts = document.getElementsByTagName('script');
0 commit comments