Skip to content

Commit 0ee8f27

Browse files
default: policy again
1 parent b2f40be commit 0ee8f27

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ async function main(){
190190
window.controller = proxy_controller.policy
191191
}
192192
})
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-
})
193+
// controller_code_loaded.then(() => { // mocking switch to policy for testing
194+
// const radio_button = document.querySelector('input[name="choice"][value="controller"]');
195+
// radio_button.checked = true;
196+
// radio_button.dispatchEvent(new Event('change'));
197+
// })
198198

199199

200200
const seed = 12

0 commit comments

Comments
 (0)