mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-06-12 13:11:39 +00:00
fixed string equality test
This commit is contained in:
16
war/WEB-INF/jspf/footer.jspf
Executable file
16
war/WEB-INF/jspf/footer.jspf
Executable file
@ -0,0 +1,16 @@
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
// tracker methods like "setCustomDimension" should be called before "trackPageView"
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u="//mafoo.org.uk/piwik/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', '3']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="//mafoo.org.uk/piwik/piwik.php?idsite=3&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Piwik Code -->
|
0
war/WEB-INF/lib/commons-lang.jar
Normal file → Executable file
0
war/WEB-INF/lib/commons-lang.jar
Normal file → Executable file
0
war/WEB-INF/lib/json-simple-1.1.1.jar
Normal file → Executable file
0
war/WEB-INF/lib/json-simple-1.1.1.jar
Normal file → Executable file
BIN
war/WEB-INF/lib/sqlite-3.20.0.jar
Executable file
BIN
war/WEB-INF/lib/sqlite-3.20.0.jar
Executable file
Binary file not shown.
BIN
war/WEB-INF/lib/wordsearch.jar
Executable file
BIN
war/WEB-INF/lib/wordsearch.jar
Executable file
Binary file not shown.
Reference in New Issue
Block a user