bugfix: colors were not assigning values in selector
BUG: color to array is returning wrong data
This commit is contained in:
parent
74d7728881
commit
da4cf077cc
3 changed files with 59 additions and 22 deletions
|
|
@ -29,7 +29,7 @@
|
|||
<p>Basics:</p>
|
||||
<div class='drop'>
|
||||
<li>
|
||||
<input type="text" name="entryindex" value="" class='hidden'>
|
||||
<input type="text" id="entryindex" value="" class='hidden'>
|
||||
<label for="file">File name:</label>
|
||||
<input id='entryfile' type="hidden" name="file" value="" placeholder="">
|
||||
<input id='entryfilepick' type="file" name="pickfile" value="" placeholder="">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue