Skip to content

Commit

Permalink
Clear overlay properly when receiving ok msg
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Feb 19, 2017
1 parent 3f7c9f7 commit 3cb79bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ var onSocketMsg = {
},
"still-ok": function() {
log("info", "[WDS] Nothing changed.")
if(useWarningOverlay || useErrorOverlay) overlay.clear();
sendMsg("StillOk");
},
"log-level": function(level) {
Expand Down

0 comments on commit 3cb79bd

Please sign in to comment.