diff --git a/html/preset_sel/js/ui.js b/html/preset_sel/js/ui.js
index b704c51..4c65fa2 100644
--- a/html/preset_sel/js/ui.js
+++ b/html/preset_sel/js/ui.js
@@ -1226,7 +1226,7 @@ function ws_on_msg( jsonMsg )
function ws_on_open()
{
set_app_title( "Connected", "title_connected" );
- _ws.send("init")
+ ws_send("init")
}
function ws_on_close()