We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e1cb2 commit 228ac6eCopy full SHA for 228ac6e
grails-app/assets/javascripts/charts/chartContextUtilities.js
@@ -154,7 +154,7 @@ $.contextMenu({
154
items: {
155
"comparePoints": {
156
name: chartContextMenuI18N.compareFilmstrips,
157
- icon: "fa-columns",
+ icon: "fas fa-columns",
158
// show only if at least one point is already saved
159
visible: function () {
160
return rickshawGraphBuilder.graph.selectedPoints.length > 1;
0 commit comments