summaryrefslogtreecommitdiff
path: root/templates/diff_template.html
diff options
context:
space:
mode:
authorLuciana Fujii Pontello <fujii@cadence.com>2016-10-27 11:21:14 -0700
committerLuciana Fujii Pontello <fujii@cadence.com>2016-11-22 14:34:55 -0800
commit79ae1028fec26e6d73a48818b2ce97b5773e8885 (patch)
tree41df7a5005a82796f4edc7033f616cdbdec7e374 /templates/diff_template.html
parent029ba9ab2d0e5369f6e2f4798a5206fd228a40f1 (diff)
downloadwsdiff-79ae1028fec26e6d73a48818b2ce97b5773e8885.tar.gz
wsdiff-79ae1028fec26e6d73a48818b2ce97b5773e8885.tar.bz2
wsdiff-79ae1028fec26e6d73a48818b2ce97b5773e8885.zip
CodeDiff: Remove unused file variables
Some files are not used, they can be omitted.
Diffstat (limited to 'templates/diff_template.html')
-rw-r--r--templates/diff_template.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/diff_template.html b/templates/diff_template.html
index 2f8f90b..df86e70 100644
--- a/templates/diff_template.html
+++ b/templates/diff_template.html
@@ -11,7 +11,6 @@
modified_code: full html contents of modified file
jquery_js: path to jquery.min.js
diff_js: path to diff.js
- comment_js: path to comment.js
-->
<meta charset="utf-8">
<title>
@@ -74,6 +73,5 @@
</div>
<script src="%(jquery_js)s" type="text/javascript"></script>
<script src="%(diff_js)s" type="text/javascript"></script>
-<!--<script src="%(comment_js)s"></script>-->
</body>
-</html> \ No newline at end of file
+</html>