Fix #54 - Nothing/rien text per language
This commit is contained in:
parent
42b4185a69
commit
2acfb1c321
1 changed files with 1 additions and 1 deletions
|
@ -897,7 +897,7 @@ class Graph {
|
||||||
'type': 'text',
|
'type': 'text',
|
||||||
'on': {
|
'on': {
|
||||||
'change': function(e){
|
'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"
|
'value': this.configuration.hasOwnProperty('nothing_text') ? this.configuration.nothing_text : "nothing"
|
||||||
|
|
Loading…
Reference in a new issue