minesweeper/src/main/webapp/pages/index.html
changeset 163 823630089369
parent 160 be13d9823456
child 164 b56bc5060fac
     1.1 --- a/minesweeper/src/main/webapp/pages/index.html	Mon Jun 09 12:39:34 2014 +0200
     1.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Fri Jun 27 15:05:03 2014 +0200
     1.3 @@ -63,7 +63,7 @@
     1.4                  </button>
     1.5              </div>
     1.6          </div>
     1.7 -        
     1.8 +
     1.9  
    1.10          <script type="text/html" id="field">
    1.11            <center>
    1.12 @@ -73,7 +73,7 @@
    1.13                      <tr>
    1.14                          <!-- ko foreach: columns -->
    1.15                          <td data-bind="css: style, click: $parents[1].click" >
    1.16 -                            <div data-bind='html: html'></div>
    1.17 +                            <div></div>
    1.18                          </td>
    1.19                          <!-- /ko -->
    1.20                      </tr>