mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Working in the new elements for the visualmap. Ticket #1478
This commit is contained in:
parent
35739261fb
commit
0bc0fb1d7b
@ -604,7 +604,18 @@ function toggle_item_palette() {
|
|||||||
|
|
||||||
item = selectedItem;
|
item = selectedItem;
|
||||||
toolbuttonActive = item;
|
toolbuttonActive = item;
|
||||||
|
|
||||||
|
switch (item) {
|
||||||
|
case 'handler_start':
|
||||||
|
case 'handler_end':
|
||||||
|
activeToolboxButton('line_item', true);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
activeToolboxButton(toolbuttonActive, true);
|
activeToolboxButton(toolbuttonActive, true);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
$("#button_create_row").css('display', 'none');
|
$("#button_create_row").css('display', 'none');
|
||||||
$("#button_update_row").css('display', '');
|
$("#button_update_row").css('display', '');
|
||||||
cleanFields();
|
cleanFields();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user