bug fixing: options display (text lower than input), adding a new
backgorund color in options and sorting options by name
This commit is contained in:
@@ -58,8 +58,9 @@ databap.onResize = function()
|
||||
self.setScrollBarSize('maximize');
|
||||
};
|
||||
|
||||
function addOption(optNameId, optInfo, $Box)
|
||||
function addOption(iArrayId, optInfo, $Box)
|
||||
{
|
||||
var optNameId = optInfo.option_id;
|
||||
$Box = $Box || $('#options_input');
|
||||
var selected = '';
|
||||
var $Option = $('<div>', {'class':'option_line'}).append($('<p>').text(optInfo.option_name));
|
||||
|
||||
Reference in New Issue
Block a user