Commit 26b7695 1 parent a976064 commit 26b7695 Copy full SHA for 26b7695
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ var idcomments_post_id = "{{ identifier }}";
6
6
var idcomments_post_url = "{{ url }}";
7
7
</script>
8
8
<span id="IDCommentsPostTitle" style="display:none"></span>
9
- <script src='http ://www.intensedebate.com/js/genericCommentWrapperV2.js' ></script>
9
+ <script src="https ://www.intensedebate.com/js/genericCommentWrapperV2.js" ></script>
10
10
</script>
11
11
{% endmacro %}
12
12
@@ -17,7 +17,7 @@ var idcomments_acct = '{{ comment_system_id }}';
17
17
var idcomments_post_id = "{{ identifier }}";
18
18
var idcomments_post_url = "{{ link }}";
19
19
</script>
20
- <script src="http ://www.intensedebate.com/js/genericLinkWrapperV2.js"></script>
20
+ <script src="https ://www.intensedebate.com/js/genericLinkWrapperV2.js"></script>
21
21
</a>
22
22
{% endmacro %}
23
23
Original file line number Diff line number Diff line change 1
1
{# -*- coding: utf-8 -*- #}
2
2
{% macro comment_form(url, title, identifier) %}
3
3
<div id="livefyre-comments"></div>
4
- <script src="http ://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js"></script>
4
+ <script src="https ://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js"></script>
5
5
<script>
6
6
(function () {
7
7
var articleId = "{{ identifier }}";
29
29
30
30
31
31
{% macro comment_link_script() %}
32
- <script src="http ://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js"></script>
32
+ <script src="https ://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js"></script>
33
33
{% endmacro %}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ var idcomments_post_id = "${identifier}";
6
6
var idcomments_post_url = "${url}";
7
7
</script>
8
8
<span id="IDCommentsPostTitle" style="display:none"></span>
9
- <script src='http ://www.intensedebate.com/js/genericCommentWrapperV2.js' ></script>
9
+ <script src="https ://www.intensedebate.com/js/genericCommentWrapperV2.js" ></script>
10
10
</script>
11
11
</%def>
12
12
@@ -17,7 +17,7 @@ var idcomments_acct = '${comment_system_id}';
17
17
var idcomments_post_id = "${identifier}";
18
18
var idcomments_post_url = "${link}";
19
19
</script>
20
- <script src="http ://www.intensedebate.com/js/genericLinkWrapperV2.js"></script>
20
+ <script src="https ://www.intensedebate.com/js/genericLinkWrapperV2.js"></script>
21
21
</a>
22
22
</%def>
23
23
Original file line number Diff line number Diff line change 1
1
## -*- coding: utf-8 -*-
2
2
<%def name="comment_form(url, title, identifier)">
3
3
<div id="livefyre-comments"></div>
4
- <script src="http ://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js"></script>
4
+ <script src="https ://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js"></script>
5
5
<script>
6
6
(function () {
7
7
var articleId = "${identifier}";
29
29
30
30
31
31
<%def name="comment_link_script()">
32
- <script src="http ://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js"></script>
32
+ <script src="https ://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js"></script>
33
33
</%def>
You can’t perform that action at this time.
0 commit comments