Skip to content

Commit 228ac6e

Browse files
j0weissPhilAlbrecht
authored andcommitted
Fix another missing icon on timeseries chart context menu (#167)
1 parent c1e1cb2 commit 228ac6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/assets/javascripts/charts/chartContextUtilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ $.contextMenu({
154154
items: {
155155
"comparePoints": {
156156
name: chartContextMenuI18N.compareFilmstrips,
157-
icon: "fa-columns",
157+
icon: "fas fa-columns",
158158
// show only if at least one point is already saved
159159
visible: function () {
160160
return rickshawGraphBuilder.graph.selectedPoints.length > 1;

0 commit comments

Comments
 (0)