diff --git a/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js b/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js index 5951e92e5..3a96bd8c5 100644 --- a/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js +++ b/luci-app-shadowsocks-libev/htdocs/luci-static/resources/view/shadowsocks-libev/servers.js @@ -76,6 +76,7 @@ return L.view.extend({ if (editBtn) editBtn.click(); } - return this.super('addFooter', arguments); + //return this.super('addFooter', arguments); + return null; } });