mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-02-16 10:41:03 +00:00
Fixed issue caused by javascript refactoring. this closes #13
This commit is contained in:
@@ -121,7 +121,7 @@ function handleMessage(msg) {
|
||||
if (hostSelect.options[i].value == target) return;
|
||||
}
|
||||
|
||||
var opt = $('#option')[0];
|
||||
var opt = document.createElement('option');
|
||||
opt.appendChild(document.createTextNode(target));
|
||||
opt.value = target;
|
||||
$('#selectHost')[0].appendChild(opt);
|
||||
|
||||
Reference in New Issue
Block a user