|
Another new option added for my application, because we use jqModal Windows, and didn't want the extruder to appear above these. "alwaysOnTop" : true //enable(default)/disable automatically highest z-index in script added line 219: From: 218 var position = opt.position; 219 extruder.mb_bringToFront();To: 218 var position = opt.position; 219 if (opt.alwaysOnTop) 220 extruder.mb_bringToFront(); Best Regards, Seb |
|
Thnx, I'll see to implement it on next release. |


