esummers@terbium [/ndnp/chronam] $ svn diff chronam/static/javascript/tileviewer.js | |
Index: chronam/static/javascript/tileviewer.js | |
=================================================================== | |
--- chronam/static/javascript/tileviewer.js (revision 6508) | |
+++ chronam/static/javascript/tileviewer.js (working copy) | |
@@ -805,7 +805,7 @@ | |
this.img = null; | |
this.box = new Box(0, 0, dimensions.width, dimensions.height); | |
- this.source = pagePath + "/image_" + + this.box.width + "x" + this.box.height + "_from_" + fullBox.x + "," + fullBox.y + "_to_" + fullBox.getX2() + "," + fullBox.getY2() + ".jpg"; | |
+ this.source = pagePath + "image_" + + this.box.width + "x" + this.box.height + "_from_" + fullBox.x + "," + fullBox.y + "_to_" + fullBox.getX2() + "," + fullBox.getY2() + ".jpg"; | |
//console.info("Source is " + this.source); | |
this.createImg = createImg; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment