Skip to content

Commit

Permalink
Fixed non-merged template assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendr0id committed May 1, 2019
1 parent 25b71bc commit 727dc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
} else {
jsonTemplate['cc-client']['worker-id'] = clientId

clientConfig = jsonJSON.stringify(jsonTemplate,undefined, 2);
clientConfig = JSON.stringify(jsonTemplate,undefined, 2);

if ($('#replaceWorkerId').prop('checked')) {
clientConfig = clientConfig.replace(new RegExp("@WORKER-ID@", 'g'), clientId).trim();
Expand Down

0 comments on commit 727dc78

Please sign in to comment.