mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +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
|
|
@ -8,7 +8,7 @@ xe.ModuleListManager = xe.createApp("ModuleListManager", {
|
|||
|
||||
init: function(key){
|
||||
var self = this;
|
||||
var $keyObj = this.$keyObj = $('input[name='+key+']');
|
||||
var $keyObj = this.$keyObj = $('.extra_vars input[name='+key+']');
|
||||
this.$moduleNameObj = $keyObj.parent().find('.moduleList');
|
||||
this.$moduleSrlObj = $keyObj.parent().find('.moduleIdList');
|
||||
this.$selectedObj = $keyObj.parent().find('.modulelist_selected');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue