mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2025-08-17 08:36:42 +00:00
fixed issue where add icon didn't show the add host dialog
This commit is contained in:
parent
ee76cfc861
commit
9546e5fee1
@ -14,6 +14,7 @@ function attachListeners() {
|
||||
$('#bitrateSlider').on('change', saveBitrate); // change occurs once the mouse lets go.
|
||||
$('#hostChosen').on('click', hostChosen);
|
||||
$('#addHostCell').on('click', addHost);
|
||||
$('#addHostIcon').on('click', addHost); // duplicate, because clicking the icon inside the button requires a different listener
|
||||
$('#cancelAddHost').on('click', cancelAddHost);
|
||||
$('#continueAddHost').on('click', continueAddHost);
|
||||
$('#forgetHost').on('click', forgetHost);
|
||||
|
Loading…
x
Reference in New Issue
Block a user