aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2023-10-16 19:03:15 +1100
committerAndrew Harvey <andrew@alantgeo.com.au>2023-10-16 19:03:15 +1100
commit37afa3063500a97c71896789d125d2ef53c6d661 (patch)
tree6468758e1e0e74456c6e8895d7c410d3af118bc7
parenta899d8839c2aee1129ed3ceab753f3d3a7f54eb6 (diff)
log file
-rw-r--r--www/mrPreview.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mrPreview.html b/www/mrPreview.html
index c4f312e..41d7d99 100644
--- a/www/mrPreview.html
+++ b/www/mrPreview.html
@@ -65,6 +65,7 @@
let tagAddCount = 0
let tagModifyCount = 0
let tagRemoveCount = 0
+ console.log(`Fetch ${q.get('changes') || 'changes.json'}`)
fetch(q.get('changes') || 'changes.json')
.then(res => res.json())