mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-11 02:06:23 +00:00
@@ -15,8 +15,8 @@ function attachListeners() {
|
||||
$('#showAppsButton').on('click', showAppsPushed);
|
||||
$('#selectGame').on('change', gameSelectUpdated);
|
||||
$('#startGameButton').on('click', startSelectedGame);
|
||||
$('#CancelReplaceApp').on('click', cancelReplaceApp);
|
||||
$('#ContinueReplaceApp').on('click', continueReplaceApp);
|
||||
$('#cancelReplaceApp').on('click', cancelReplaceApp);
|
||||
$('#continueReplaceApp').on('click', continueReplaceApp);
|
||||
$('#quitGameButton').on('click', stopGame);
|
||||
$(window).resize(fullscreenNaclModule);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user