Skip to content

Commit dacc8cd

Browse files
updated map tab li class
1 parent 33cad41 commit dacc8cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/layer_manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class Layer_Manager {
265265
_class="item_title_map"
266266
}
267267

268-
var html =`<div class='item_title {_class} font-weight-bold '>${title}</span></div>`
268+
var html =`<div class='item_title ${_class} font-weight-bold '>${title}</span></div>`
269269
if(item[section.date_col] !== ""){
270270
html+="<div class='item_text_sm'>Date:<b> "+item[section.date_col]+"</b></div>"
271271
}

0 commit comments

Comments
 (0)