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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user