bugfix: colors were not assigning values in selector

BUG: color to array is returning wrong data
This commit is contained in:
Howland Owl 2014-04-16 21:20:42 +03:00
parent 74d7728881
commit da4cf077cc
3 changed files with 59 additions and 22 deletions

View file

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