fix for add/remove labels

This commit is contained in:
Peter Holmberg
2018-12-03 14:37:42 +01:00
parent b4d5ddd6f4
commit 2f78f46afa
2 changed files with 4 additions and 2 deletions

View File

@@ -588,6 +588,7 @@
if (!exists) {
span = $("<span></span>")
span.attr("id", id);
span.attr("class", "flot-temp-elem");
placeholder.append(span);
}