-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
sample_widget_consumer.htm
36 lines (35 loc) · 1.58 KB
/
sample_widget_consumer.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!doctype html>
<html>
<head>
</head>
<body>
<p>This page represents a sample widget consumer.</p>
<p>To start this page run:</p>
<pre>$ git-code-debt-server --port 9001 database.db</pre>
<pre>$ firefox sample_widget_consumer.htm &</pre>
<p>Below this should be a table that says "TotalLinesOfCode: 1"</p>
<p>And below that should be a table that says "TotalLinesOfCode: -1"</p>
<div class="git-code-debt" style="display: none">
diff --git a/sample_widget_consumer.htm b/sample_widget_consumer.htm
index fe07c2d..1a4b7a5 100644
--- a/sample_widget_consumer.htm
+++ b/sample_widget_consumer.htm
@@ -5,10 +5,11 @@
<p>Below this should be a table that says "TotalLinesOfCode: 1"</p>
- <div class="git-code-debt" data-git-code-debt-domain="http://localhost:
+ <p>And below that should be a table that says "TotalLinesOfCode: -1"</p>
+ <div class="git-code-debt" style="display: none">
</div>
<div class="git-code-debt" style="display: none">
diff --git a/sample_widget_consumer.htm b/sample_widget_consumer.htm
index fe07c2d..1a4b7a5 100644
--- a/sample_widget_consumer.htm
+++ b/sample_widget_consumer.htm
@@ -5,10 +5,11 @@
<p>Below this should be a table that says "TotalLinesOfCode: 1"</p>
- <div class="git-code-debt" data-git-code-debt-domain="http://localhost:
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.js"></script>
<script src="http://localhost:9001/static/js/widget.js"></script>
</body>
</html>