diff options
| author | Li Zhineng <[email protected]> | 2016-02-11 11:31:23 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2016-02-11 11:31:23 +0800 |
| commit | 4e0eb400d47e9ef3ded2b719348c0aa7b56a4530 (patch) | |
| tree | d094af77cc9a17bbfaa7ac0d68040f5d4c91a7a7 /index.html | |
| parent | e46f1f131101a24910c5073d6cb6ff7189891663 (diff) | |
| parent | 8c81bfbcdf3451ae634927a1270c40941ba02d5e (diff) | |
| download | word-search-game-4e0eb400d47e9ef3ded2b719348c0aa7b56a4530.tar.gz word-search-game-4e0eb400d47e9ef3ded2b719348c0aa7b56a4530.zip | |
Merge pull request #1 from stvnthomas/master
Functionality
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <title>Word search game</title> - <link rel="stylesheet" href="css/wordseach.min.css" /> + <link rel="stylesheet" href="css/wordsearch.min.css" /> <link rel="stylesheet" href="css/style.min.css" /> </head> <body> @@ -17,7 +17,7 @@ <script src="js/wordsearch.min.js"></script> <script type="text/javascript"> var gameAreaEl = document.getElementById('ws-area'); - var gameobj = gameAreaEl.wordSeach(); + var gameobj = gameAreaEl.wordSearch(); // Put words into `.ws-words` var words = gameobj.settings.words, |
