From 2acfb1c321c8bab751e51971612b879c6822eee6 Mon Sep 17 00:00:00 2001 From: Hugvey Central Command Date: Mon, 13 May 2019 14:52:54 +0200 Subject: [PATCH] Fix #54 - Nothing/rien text per language --- www/js/hugvey_console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/hugvey_console.js b/www/js/hugvey_console.js index edeafa1..75e498b 100644 --- a/www/js/hugvey_console.js +++ b/www/js/hugvey_console.js @@ -897,7 +897,7 @@ class Graph { 'type': 'text', 'on': { 'change': function(e){ - panopticon.graph.configuration['nothing_text'] = parseFloat(e.target.value) + panopticon.graph.configuration['nothing_text'] = e.target.value } }, 'value': this.configuration.hasOwnProperty('nothing_text') ? this.configuration.nothing_text : "nothing"