mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 01:11:22 +08:00
ref #5 : fix protocol id to be parsed as int
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
}
|
||||
|
||||
function selectConfig(configId) {
|
||||
protocolId = configId;
|
||||
protocolId = parseInt(configId);
|
||||
}
|
||||
|
||||
function updateScroll(sName) {
|
||||
|
||||
Reference in New Issue
Block a user