Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
minor frontend issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Großmann committed Jul 16, 2015
1 parent ec3aa93 commit 493741b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master/public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ $(function () {
}
});

$clients.each(function ($client) {
$clients.each(function () {
var $client = $(this);
var data = {id: $client.data('id')};
data['panicUrl'] = panicUrl;
socket.emit(socketEvents.CLIENT_CHANGEPANICURL, data);
Expand Down

0 comments on commit 493741b

Please sign in to comment.