mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix spaces
This commit is contained in:
parent
ab4fc170d6
commit
d4ee74d2eb
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ return L.view.extend({
|
||||||
o.load = function(section_id) {
|
o.load = function(section_id) {
|
||||||
return Promise.all([
|
return Promise.all([
|
||||||
fs.read_direct('/proc/net/xt_ndpi/proto'),
|
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) {
|
]).then(L.bind(function(filesi) {
|
||||||
var proto = filesi[0].split(/\n/),
|
var proto = filesi[0].split(/\n/),
|
||||||
host = filesi[1].split(/\n/),
|
host = filesi[1].split(/\n/),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue