X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fjs%2Fstexaminer.js;h=a846cd077fd8e006a9d50a12f91813a05887456e;hb=d5b3c0105aebcb7465765e290d1d17a62544a17f;hp=67bd65746f2e8efc29497e702e2d083e3b312aee;hpb=3b1bc82ce632fb0e5901b1655ddbd92f20506fd5;p=scpubgit%2Fstemmaweb.git diff --git a/root/js/stexaminer.js b/root/js/stexaminer.js index 67bd657..a846cd0 100644 --- a/root/js/stexaminer.js +++ b/root/js/stexaminer.js @@ -48,7 +48,7 @@ function loadSVG(svgData, cb) { if( cb ) { cb.call(); } - theSVG.width( "100%" ); + theSVG.attr( 'width', '100%' ); } }); }