mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 11:57:58 +02:00
Fixed placeholder
This commit is contained in:
parent
72e4785db2
commit
06007863d2
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ function makeTableInputs(setting) {
|
|||
|
||||
_.each(setting.columns, function(col) {
|
||||
html += "<td class='row-data'name='" + col.name + "'>\
|
||||
<input type='text' class='form-control' placeholder='" + (col.key ? col.key : "") + "' value=''>\
|
||||
<input type='text' class='form-control' placeholder='" + (col.placeholder ? col.placeholder : "") + "' value=''>\
|
||||
</td>"
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue