Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
36 lines (35 loc) · 1.58 KB

File metadata and controls

36 lines (35 loc) · 1.58 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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 &amp;</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 @@
&lt;p&gt;Below this should be a table that says "TotalLinesOfCode: 1"&lt;/p&gt;
- &lt;div class="git-code-debt" data-git-code-debt-domain="http://localhost:
+ &lt;p&gt;And below that should be a table that says "TotalLinesOfCode: -1"&lt;/p&gt;
+ &lt;div class="git-code-debt" style="display: none"&gt;
</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 @@
&lt;p&gt;Below this should be a table that says "TotalLinesOfCode: 1"&lt;/p&gt;
- &lt;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>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.