mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
issue 160, change behavior for mid select
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9227 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bd7b16fbca
commit
f3b6992b31
5 changed files with 70 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ xe.MultiOrderManager = xe.createApp("MultiOrderManager", {
|
|||
|
||||
init: function(key){
|
||||
var self = this;
|
||||
var $keyObj = this.$keyObj = jQuery('input[name='+key+']');
|
||||
var $keyObj = this.$keyObj = jQuery('.extra_vars input[name='+key+']');
|
||||
this.$showObj = $keyObj.parent().find('.multiorder_show');
|
||||
this.$selectedObj = $keyObj.parent().find('.multiorder_selected');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue