알툴바 대응 마우스 이벤트 관련코드 수정

This commit is contained in:
chicpro
2015-02-23 14:58:46 +09:00
parent 758546d755
commit 93ddff7044

View File

@ -43,7 +43,7 @@ $(function() {
option_add = true;
});
} else {
$("select.it_option").live("mousedown", function() {
$("select.it_option").live("mouseup", function() {
option_add = true;
});
}
@ -145,7 +145,7 @@ $(function() {
supply_add = true;
});
} else {
$("select.it_supply").live("mousedown", function() {
$("select.it_supply").live("mouseup", function() {
supply_add = true;
});
}