Merge branch '2970_No_capta_bien_las_fuentes' into 'develop'
Fixed minor bug in pandora flot js See merge request artica/pandorafms!1897 Former-commit-id: 7c45783033b5f856375498ec30954341a4ddc0fa
This commit is contained in:
commit
218e90a663
|
@ -856,6 +856,7 @@ function pandoraFlotSlicebar(
|
||||||
}
|
}
|
||||||
|
|
||||||
var font_size = parseInt(font_size);
|
var font_size = parseInt(font_size);
|
||||||
|
if (font != undefined)
|
||||||
var font = font
|
var font = font
|
||||||
.split("/")
|
.split("/")
|
||||||
.pop()
|
.pop()
|
||||||
|
|
Loading…
Reference in New Issue