We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f40be commit 0ee8f27Copy full SHA for 0ee8f27
index.js
@@ -190,11 +190,11 @@ async function main(){
190
window.controller = proxy_controller.policy
191
}
192
})
193
- controller_code_loaded.then(() => {
194
- const radio_button = document.querySelector('input[name="choice"][value="controller"]');
195
- radio_button.checked = true;
196
- radio_button.dispatchEvent(new Event('change'));
197
- })
+ // controller_code_loaded.then(() => { // mocking switch to policy for testing
+ // const radio_button = document.querySelector('input[name="choice"][value="controller"]');
+ // radio_button.checked = true;
+ // radio_button.dispatchEvent(new Event('change'));
+ // })
198
199
200
const seed = 12
0 commit comments