Fix namespace bug

master
rubenwardy 2014-11-11 17:56:39 +00:00
parent e2e8aa113c
commit b4e42855f4
2 changed files with 26 additions and 26 deletions

View File

@ -16,7 +16,7 @@
}
.container {
width: 90%;
max-width: 950px;
max-width: 1000px;
margin: auto;
}
#black_section {
@ -76,62 +76,62 @@
<table>
<tr>
<td>
<script>lichess.profile("light", "rubenwardy", "Lichess");</script>
<script>lichess_widgets.profile("light", "rubenwardy", "Lichess");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile("light", "rubenwardy", "Lichess");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile("light", "rubenwardy", "Lichess");&lt;/script&gt;
</blockcode>
</td>
</tr>
<tr>
<td>
<script>lichess.profile("light", "rubenwardy");</script>
<script>lichess_widgets.profile("light", "rubenwardy");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile("light", "rubenwardy");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile("light", "rubenwardy");&lt;/script&gt;
</blockcode>
</td>
</tr>
<tr>
<td>
<script>lichess.profile_scores("light", "rubenwardy");</script>
<script>lichess_widgets.profile_scores("light", "rubenwardy");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile_scores("light", "rubenwardy");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile_scores("light", "rubenwardy");&lt;/script&gt;
</blockcode>
</td>
</tr>
<tr>
<td>
<script>lichess.profile_scores("light", "rubenwardy", "");</script>
<script>lichess_widgets.profile_scores("light", "rubenwardy", "");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile_scores("light", "rubenwardy", "");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile_scores("light", "rubenwardy", "");&lt;/script&gt;
</blockcode>
</td>
</tr>
<tr>
<td>
<script>lichess.profile_big("light", "rubenwardy");</script>
<script>lichess_widgets.profile_big("light", "rubenwardy");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile_big("light", "rubenwardy");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile_big("light", "rubenwardy");&lt;/script&gt;
</blockcode>
</td>
</tr>
<tr>
<td>
<script>lichess.profile_big("light", "rubenwardy", "My Lichess");</script>
<script>lichess_widgets.profile_big("light", "rubenwardy", "My Lichess");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile_big("light", "rubenwardy", "My Lichess");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile_big("light", "rubenwardy", "My Lichess");&lt;/script&gt;
</blockcode>
</td>
</tr>
@ -144,62 +144,62 @@
<table>
<tr>
<td>
<script>lichess.profile("dark", "rubenwardy", "Lichess");</script>
<script>lichess_widgets.profile("dark", "rubenwardy", "Lichess");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile("dark", "rubenwardy", "Lichess");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile("dark", "rubenwardy", "Lichess");&lt;/script&gt;
</blockcode>
</td>
</tr>
<tr>
<td>
<script>lichess.profile("dark", "rubenwardy");</script>
<script>lichess_widgets.profile("dark", "rubenwardy");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile("dark", "rubenwardy");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile("dark", "rubenwardy");&lt;/script&gt;
</blockcode>
</td>
</tr>
<tr>
<td>
<script>lichess.profile_scores("dark", "rubenwardy");</script>
<script>lichess_widgets.profile_scores("dark", "rubenwardy");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile_scores("dark", "rubenwardy");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile_scores("dark", "rubenwardy");&lt;/script&gt;
</blockcode>
</td>
</tr>
<tr>
<td>
<script>lichess.profile_scores("dark", "rubenwardy", "");</script>
<script>lichess_widgets.profile_scores("dark", "rubenwardy", "");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile_scores("dark", "rubenwardy", "");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile_scores("dark", "rubenwardy", "");&lt;/script&gt;
</blockcode>
</td>
</tr>
<tr>
<td>
<script>lichess.profile_big("dark", "rubenwardy");</script>
<script>lichess_widgets.profile_big("dark", "rubenwardy");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile_big("dark", "rubenwardy");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile_big("dark", "rubenwardy");&lt;/script&gt;
</blockcode>
</td>
</tr>
<tr>
<td>
<script>lichess.profile_big("dark", "rubenwardy", "My Lichess");</script>
<script>lichess_widgets.profile_big("dark", "rubenwardy", "My Lichess");</script>
</td>
<td>
<blockcode>
&lt;script&gt;lichess.profile_big("dark", "rubenwardy", "My Lichess");&lt;/script&gt;
&lt;script&gt;lichess_widgets.profile_big("dark", "rubenwardy", "My Lichess");&lt;/script&gt;
</blockcode>
</td>
</tr>

View File

@ -1,4 +1,4 @@
var lichess = (function() {
var lichess_widgets = (function() {
function make_online(id) {
$(id).addClass("lichess_online");
$(id + " > img").attr("src", "http://rubenwardy.github.io/lichess_widgets/lichess_online.png");