Explorar o código

allow spaces in player name

Christian Herzog %!s(int64=5) %!d(string=hai) anos
pai
achega
71f9f82270
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/wifi-manager/code.js

+ 1 - 1
components/wifi-manager/code.js

@@ -343,7 +343,7 @@ $(document).ready(function(){
     });
 
     $("#generate-command").on("click", function() {
-        var commandLine = commandHeader + '-n ' + $("#player").val();
+        var commandLine = commandHeader + '-n "' + $("#player").val() + '"';
 
         if (output == 'bt') {
             commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000';