Skip to content

Commit 6bbbd3e

Browse files
committed
change
1 parent 785a76d commit 6bbbd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: resources/js/scoutingPASS.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ function getData() {
512512
str=str+code+'=N'
513513
}
514514
} else {
515-
str=str+code+'='+e.value.replace(";", "-")
515+
str=str+code+'='+e.value.split(';').join('-')
516516
}
517517
}
518518
}

0 commit comments

Comments
 (0)