projects
/
scpubgit/stemmaweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cd3f7f5
)
Made graph size fluid.
Joris van Zundert [Wed, 19 Sep 2012 21:19:19 +0000 (23:19 +0200)]
root/js/stexaminer.js
patch
|
blob
|
blame
|
history
diff --git
a/root/js/stexaminer.js
b/root/js/stexaminer.js
index
dced82d
..
67bd657
100644
(file)
--- a/
root/js/stexaminer.js
+++ b/
root/js/stexaminer.js
@@
-48,6
+48,7
@@
function loadSVG(svgData, cb) {
if( cb ) {
cb.call();
}
+ theSVG.width( "100%" );
}
});
}