aboutsummaryrefslogtreecommitdiff
path: root/www/mrPreview.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/mrPreview.html')
-rw-r--r--www/mrPreview.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mrPreview.html b/www/mrPreview.html
index eb10dd2..41d7d99 100644
--- a/www/mrPreview.html
+++ b/www/mrPreview.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
@@ -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())