Skip to content

Commit

Permalink
Nobody uses the comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed May 10, 2015
1 parent ca7437d commit d3740d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,8 @@ def spew_category(name, commands, current_command, api):
if version[:2] == 'es':
es = "ES "

comments = """<div id="outer_disqus_thread">Guidelines for comments:
comments = ""
'''comments = """<div id="outer_disqus_thread">Guidelines for comments:
<ul>
<li>Please limit comments to """+API+ " " + es + version[2] + """ """ + command + """.</li>
<li>Have a question? Try <a href="http://stackoverflow.com/questions/tagged/opengl">Stack Overflow</a> or the <a href="https://www.opengl.org/discussion_boards/forum.php">OpenGL Forums</a>.</li>
Expand All @@ -738,7 +739,7 @@ def spew_category(name, commands, current_command, api):
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>"""
</script>"""'''
footer_for_command = footer_for_command.replace("{$comments}", comments)

version_dir = version
Expand Down

0 comments on commit d3740d9

Please sign in to comment.