diff --git a/desktop-capture/app.js b/desktop-capture/app.js index f2d7aca..7d5507d 100644 --- a/desktop-capture/app.js +++ b/desktop-capture/app.js @@ -28,7 +28,7 @@ function addSource(source) { value: source.id.replace(":", ""), text: source.name })); - $('select option[value=' + source.id.replace(":", "") + ']').attr('data-img-src', source.thumbnail.toDataUrl()); + $('select option[value="' + source.id.replace(":", "") + '"]').attr('data-img-src', source.thumbnail.toDataUrl()); refresh(); }