diff --git a/BinaryDad.Coding/wwwroot/js/hub.js b/BinaryDad.Coding/wwwroot/js/hub.js index 935fa33..1d6f489 100644 --- a/BinaryDad.Coding/wwwroot/js/hub.js +++ b/BinaryDad.Coding/wwwroot/js/hub.js @@ -27,7 +27,7 @@ let color = $yourColorText.val(); - $yourNameText.css('color', `${color}`); + $yourNameText.css('color', color); connection.invoke('SaveName', $yourNameText.val(), color); };