From 87c0c8fe747b8100e35468db0d16b19129426b33 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Mon, 14 Jan 2019 13:03:42 +1100 Subject: [PATCH] add calendar-o svg --- plugin.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin.rb b/plugin.rb index 6dcca0b7..79c2f19a 100644 --- a/plugin.rb +++ b/plugin.rb @@ -24,6 +24,8 @@ if Rails.env.production? } end +register_svg_icon "calendar-o" if respond_to?(:register_svg_icon) + after_initialize do UserHistory.actions[:custom_wizard_step] = 1000