diff --git a/app/static/index.html b/app/static/index.html
index 4d0d3b3..74c4822 100644
--- a/app/static/index.html
+++ b/app/static/index.html
@@ -115,7 +115,7 @@
playbook: {},
step: 'setup',
extra_args: {
- server_name: 'algo2',
+ server_name: 'algo',
ondemand_cellular: false,
ondemand_wifi: false,
dns_adblocking: false,
diff --git a/app/static/provider-do.vue b/app/static/provider-do.vue
index c068222..05b61fb 100644
--- a/app/static/provider-do.vue
+++ b/app/static/provider-do.vue
@@ -17,7 +17,7 @@
name="do_token"
v-bind:disabled="ui_loading_check"
v-model="do_token"
- @blur="load_regions"
+ v-on:blur="load_regions"
/>
?