summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthewsotoudeh <matthewsot@outlook.com>2016-09-23 23:41:14 -0700
committermatthewsotoudeh <matthewsot@outlook.com>2016-09-23 23:41:14 -0700
commite607a7ceb431826bb17e6a2abd289253342fdec3 (patch)
tree8291eafd2702c961ea9beb3f0386a71212970389
parent54d6e296b5a4997f78017f3d4469da113607b9f8 (diff)
updated part 2 dotsgh-pages
-rw-r--r--dots.pdfbin178181 -> 0 bytes
-rw-r--r--dots2.pdfbin0 -> 448040 bytes
-rw-r--r--index.html4
3 files changed, 2 insertions, 2 deletions
diff --git a/dots.pdf b/dots.pdf
deleted file mode 100644
index 21731a1..0000000
--- a/dots.pdf
+++ /dev/null
Binary files differ
diff --git a/dots2.pdf b/dots2.pdf
new file mode 100644
index 0000000..1a9546e
--- /dev/null
+++ b/dots2.pdf
Binary files differ
diff --git a/index.html b/index.html
index 0ff62dd..0672ffe 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
<script type="text/javascript" src="pdfjs/build/pdf.worker.js"></script>
</head>
<body>
- (Using part 2 dots updated as of 9/11/16)
+ (Using part 2 dots updated as of 9/23/16)
<br /><br />
<input type="text" id="dotnumber" placeholder="Dot Number (Bt4)" />
<br/><br/>
@@ -83,7 +83,7 @@
referencePoints = accurate ? accurateReferencePoints : inaccurateReferencePoints;
- PDFJS.getDocument('dots.pdf').then(function(pdf) {
+ PDFJS.getDocument('dots2.pdf').then(function(pdf) {
for (var i = 1; i <= pdf.numPages; i++) {
if (finished) return;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback