Skip to content

Commit 10b8091

Browse files
committed
Update JSROOT docu
git-svn-id: https://subversion.gsi.de/dabc/trunk/plugins/root/js@2827 bcbf6573-9a26-0410-9ebc-ce4ab7aade96
1 parent 1f12cfe commit 10b8091

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

demo/demo.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ grab 2 Canvases/c1/fPrimitives/hpx
5757

5858
# copy all files to web server
5959
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
60+
#rm demo.tar
61+
#tar chf demo.tar * .htaccess --exclude=*.sh --exclude=*.C --exclude=files

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
JSROOT = {};
1616

17-
JSROOT.version = "3.1 dev 3/12/2014";
17+
JSROOT.version = "3.1 3/12/2014";
1818

1919
JSROOT.source_dir = function(){
2020
var scripts = document.getElementsByTagName('script');

0 commit comments

Comments
 (0)