From d4ee74d2eb9836405fc72ce94a90038c42bc1451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rouill=C3=A9?= Date: Mon, 3 Aug 2020 17:22:35 +0200 Subject: [PATCH] Fix spaces --- .../htdocs/luci-static/resources/view/services/omr-bypass.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-omr-bypass/htdocs/luci-static/resources/view/services/omr-bypass.js b/luci-app-omr-bypass/htdocs/luci-static/resources/view/services/omr-bypass.js index ec83113ef..2a4053353 100644 --- a/luci-app-omr-bypass/htdocs/luci-static/resources/view/services/omr-bypass.js +++ b/luci-app-omr-bypass/htdocs/luci-static/resources/view/services/omr-bypass.js @@ -170,7 +170,7 @@ return L.view.extend({ o.load = function(section_id) { return Promise.all([ fs.read_direct('/proc/net/xt_ndpi/proto'), - fs.read_direct('/proc/net/xt_ndpi/host_proto') + fs.read_direct('/proc/net/xt_ndpi/host_proto') ]).then(L.bind(function(filesi) { var proto = filesi[0].split(/\n/), host = filesi[1].split(/\n/),