update addorder js and css

This commit is contained in:
Aung Myo
2018-05-14 15:23:15 +06:30
parent 57c9cd4d6f
commit e264e7a32b
2 changed files with 5 additions and 1 deletions

View File

@@ -1373,7 +1373,7 @@ $(function() {
if (JSON.stringify(menu_items[field].item_sets)!='[]') {
fa_plus = '';
add = '';
menu_item_box = 'add_icon';
menu_item_box = 'set_add_icon';
data_target = 'sx_item_set_detailModal';
data_modal = 'modal'
add_icon = "set_item_box"

View File

@@ -270,4 +270,8 @@ i.logout_icon{
.border-left{
border-left:1px solid #fff;
}
.set_add_icon{
display:none;
}