author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 09 Sep 2014 18:45:26 +0300 | |
changeset 26 | fba85224a8f0 |
parent 25 | 2ef10a49a28f |
child 27 | 8f96d09a4d94 |
--- a/2048.html Tue Sep 09 18:44:56 2014 +0300 +++ b/2048.html Tue Sep 09 18:45:26 2014 +0300 @@ -111,7 +111,7 @@ <button class="ai">enable</button> <h5>next merge makes max value</h5> </div> - <div class="ai enabled" id="ai-deep-max-score"> + <div class="ai" id="ai-deep-max-score"> <button class="ai">enable</button> <h5>deep merges without simulation make max score</h5> </div>