Updated batch.js for 10 words

Added import.js to import dictionary
Updated license with WordNet info
Updated puzzles.js and script for 10 words
This commit is contained in:
Russell Beattie
2013-03-12 15:10:46 -07:00
parent 7eefd5e55e
commit b8e7d91a3c
10 changed files with 33707 additions and 23581 deletions

View File

@@ -114,7 +114,7 @@
for(var i = 0; i < squares.length; i++){
var sq = squares[i]
if(i % 4 == 0){
if(i % 6 == 0){
%>
<tr>
<%
@@ -165,5 +165,6 @@ $(function () {
App.init();
});
</script>
<a class="forkme" href="https://github.com/russellbeattie/flip"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
</body>
</html>