Skip to content

Commit

Permalink
Fixed Spyout box not on new line
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerkrewson committed Jun 10, 2018
1 parent 7773676 commit a8c7a65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions public/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ function showElement(jq) {
$(jq).removeClass(HIDDEN);
}

function getDataUrlAsync(canvas, next) {
setTimeout(function () {
var dataUrl = canvas.toDataURL();
next(dataUrl);
}, 10);
}

// http://stackoverflow.com/questions/20618355/the-simplest-possible-javascript-countdown-timer
function startTimer(duration, onTick) {
var timer = duration,
Expand Down
1 change: 1 addition & 0 deletions views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ block content
.btn-toolbar
button#lobby-leave.btn.btn-default.btn-lg(type='button') Leave Game
button#lobby-start.btn.btn-default.btn-lg.disabled.hidden(type='button') Start Game
br
div.panel.panel-default.ad-panel
div.panel-body
p Thanks for playing Drawphone!
Expand Down

0 comments on commit a8c7a65

Please sign in to comment.