use span instead of input in mail ui
This commit is contained in:
parent
63fced9cff
commit
2d5fc6cf54
4 changed files with 29 additions and 11 deletions
|
@ -29,7 +29,7 @@ function loadHumanReadableToCache(key){
|
|||
|
||||
function setHumanReadableValue(el, key){
|
||||
if (typeof humanReadableCache[key] != 'undefined'){
|
||||
el.value = humanReadableCache[key]
|
||||
el.innerText = humanReadableCache[key].split('-').slice(0,3).join('-')
|
||||
return
|
||||
}
|
||||
else{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue