Skip to content

Commit

Permalink
On new game $( '#left-panel' ).panel( 'close' );
Browse files Browse the repository at this point in the history
  • Loading branch information
OMerkel committed May 27, 2016
1 parent f545d53 commit 06d4f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

* <em>Start an online</em> <b>UCThello</b> <em>session on</em> http://omerkel.github.io/UCThello/html5/src
* <em>Also published in</em> <a href="https://marketplace.firefox.com/app/ucthello"><img align="middle" width="150px" src="https://marketplace.cdn.mozilla.net/media/fireplace/img/pretty/marketplace_logo.png" /></a>
* <em>Android APK available for install</em> <img align="top" width="32" src="res/android.gif" /> https://github.com/OMerkel/UCThello/releases/tag/release_apk_0.1
* <em>Android APK available for install</em> <img align="top" width="32" src="res/android.gif" /> https://github.com/OMerkel/UCThello/releases/tag/release_0.1
* requires minimum Android 4.4.2 (API-19)
* <em>Runs in various browsers on</em>
* <em>desktop systems like BSDs, Linux, Win, MacOS and</em>
Expand Down
1 change: 1 addition & 0 deletions html5/src/js/hmi.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ Hmi.prototype.restart = function() {
this.engine.postMessage({ class: 'request', request: 'restart',
playerwhite: playerWhite, playerblack: playerBlack,
passingallowed: passingAllowed });
$( '#left-panel' ).panel( 'close' );
};

Hmi.prototype.engineEventListener = function( eventReceived ) {
Expand Down

0 comments on commit 06d4f6b

Please sign in to comment.