From 501bb93f71378e318a66700f149549e728781047 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 7 Feb 2020 17:02:08 +0100 Subject: [PATCH] Fix shadowsocks luci --- .../htdocs/luci-static/resources/shadowsocks-libev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js b/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js index dedce819a..08bb18f45 100644 --- a/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js +++ b/luci-app-shadowsocks-libev/htdocs/luci-static/resources/shadowsocks-libev.js @@ -87,7 +87,7 @@ return L.Class.extend({ } }); o.value('', ''); - o.value('', 'all'); + o.value('all', 'all'); o.default = ''; }, values_serverlist: function(o) {