Skip to content

Commit

Permalink
support for localization and removed some debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwoodhouse committed Jul 15, 2016
1 parent d21eed3 commit bb29de9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Views/Parts.Disqus.cshtml
Expand Up @@ -3,7 +3,7 @@
var pageUrl = string.Concat(WorkContext.CurrentSite.BaseUrl, Url.ItemDisplayUrl((IContent)Model.ContentItem));
}

<h2>Comments</h2>
<h2>@T("Comments")</h2>
<div id="disqus_thread"></div>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
@using(Script.Foot()) {
Expand All @@ -23,5 +23,3 @@
})();
</script>
}

@Model.ContentItem.Id

0 comments on commit bb29de9

Please sign in to comment.