luci-app-turboacc: drop deprecated function in view

This commit is contained in:
CN_SZTL 2020-09-19 22:47:02 +08:00
parent 70444f3628
commit 17ae6020e0
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -21,10 +21,5 @@
dnscaching_state.innerHTML = status.dnscaching_state ? '<em><b><font color=green><%:RUNNING%></font></b></em>' : '<em><b><font color=red><%:NOT RUNNING%></font></b></em>';
}
});
function openwebui() {
var url = window.location.host+":3001";
window.open('http://'+url,'target','');
};
//]]>
//]]></script>