minor changes
This commit is contained in:
parent
c5b29c2024
commit
6950ce5f1c
|
@ -199,7 +199,7 @@ $(" .Ma, .Co, .Su, .Pa").each(function(idx, element) {
|
|||
function formatTTContent(categ){
|
||||
var details=getHoverContent(categ)
|
||||
var myitems=details.split(',')
|
||||
let catgramm='<div style="background-color: #DCDCDC; color: #00008B; text-align: center; padding-top: 5px; padding-bottom: 5px; font-size:14px" <b>'+myitems[0]+'</b></div>'
|
||||
let catgramm='<div style="background-color: #DCDCDC; color: #00008B; text-align: center; padding: 5px 5px 5px 5px; font-size:14px" <b>'+myitems[0]+'</b></div>'
|
||||
let subcatgramm=''
|
||||
if (myitems.length>1)
|
||||
subcatgramm='<i>'+myitems.slice(1,-1)+'</i>'
|
||||
|
|
Loading…
Reference in New Issue