Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Fixed js problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
occar421 committed Dec 3, 2017
1 parent e472a4b commit 3a89574
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions OpenTK.php
Expand Up @@ -53,7 +53,7 @@
<script type="text/javascript" src="OpenTK_misc/shBrushXaml.js"></script>
<script type="text/javascript" src="OpenTK_misc/shBrushIronPython.js"></script>
<script type="text/javascript" src="OpenTK_misc/shBrushGLSL.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=MML_HTMLorMML-full"></script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=MML_HTMLorMML-full"></script>
<link rel="stylesheet" type="text/css" href="OpenTK_misc/shCore.css" />
<link rel="stylesheet" type="text/css" href="OpenTK_misc/shThemeVisualStudio.css" />
<script type="text/javascript">
Expand Down Expand Up @@ -107,13 +107,7 @@
print "</div>\n";

print "<div id=\"bar\">\n";
print <<< BAR_STATIC
<!-- shinobi ct2 -->
<script type="text/javascript" src="http://ct2.gouketu.com/sc/1663809"></script>
<noscript><img src="http://ct2.gouketu.com/ll/1663809" border="0" alt="カウンター" /></noscript>
<!-- /shinobi ct2 -->

BAR_STATIC;
print "<h4>記事</h4>\n";
print "<ul>\n";
print "<li><a href=\"OpenTKindex.php$suffix\">Index</a></li>\n";
Expand Down

0 comments on commit 3a89574

Please sign in to comment.