Fix #54 - Nothing/rien text per language

This commit is contained in:
Hugvey Central Command 2019-05-13 14:52:54 +02:00
parent 42b4185a69
commit 2acfb1c321

View file

@ -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"