From 17ae6020e0b2b08947baa00a66bfbb802b53ba93 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 19 Sep 2020 22:47:02 +0800 Subject: [PATCH] luci-app-turboacc: drop deprecated function in view --- .../ctcgfw/luci-app-turboacc/luasrc/view/turboacc/status.htm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/ctcgfw/luci-app-turboacc/luasrc/view/turboacc/status.htm b/package/ctcgfw/luci-app-turboacc/luasrc/view/turboacc/status.htm index 4b2a1a484d..9a834888d9 100644 --- a/package/ctcgfw/luci-app-turboacc/luasrc/view/turboacc/status.htm +++ b/package/ctcgfw/luci-app-turboacc/luasrc/view/turboacc/status.htm @@ -21,10 +21,5 @@ dnscaching_state.innerHTML = status.dnscaching_state ? '<%:RUNNING%>' : '<%:NOT RUNNING%>'; } }); - - function openwebui() { - var url = window.location.host+":3001"; - window.open('http://'+url,'target',''); - }; //]]> //]]>