added sub-menu-arrow('>') and remove kebab menu in rootComment
Signed-off-by: Rash419 <rasheshpadia419@gmail.com> Change-Id: I3ee10c414dac057debefa202505e23455a3e022b
This commit is contained in:
parent
0ae11c334f
commit
3fb42dc1df
1 changed files with 2 additions and 2 deletions
|
@ -1874,8 +1874,8 @@ L.Control.JSDialogBuilder = L.Control.extend({
|
|||
$(childContainer).hide();
|
||||
|
||||
if (builder.wizard) {
|
||||
L.DomUtil.remove($(container).find('td')[3]);
|
||||
var arrowSpan = L.DomUtil.create('span','sub-menu-arrow',$(container).find('div')[0]);
|
||||
L.DomUtil.remove($(container).find('.loleaflet-annotation-menubar')[0]);
|
||||
var arrowSpan = L.DomUtil.create('span','sub-menu-arrow',$(container).find('.loleaflet-annotation-content-wrapper')[0]);
|
||||
arrowSpan.innerHTML = '>';
|
||||
|
||||
$(container).click(function() {
|
||||
|
|
Loading…
Reference in a new issue