diff --git a/app/assets/javascripts/app/lib/app_post/utils.coffee b/app/assets/javascripts/app/lib/app_post/utils.coffee index 882a8a988..d113687a8 100644 --- a/app/assets/javascripts/app/lib/app_post/utils.coffee +++ b/app/assets/javascripts/app/lib/app_post/utils.coffee @@ -594,7 +594,8 @@ class App.Utils num @icon: (name, className = '') -> - "" + path = if svgPolyfill then '' else 'assets/images/icons.svg' + "" @getScrollBarWidth: -> $outer = $('
').css( diff --git a/app/views/init/index.html.erb b/app/views/init/index.html.erb index 6a366bc64..69595b00a 100644 --- a/app/views/init/index.html.erb +++ b/app/views/init/index.html.erb @@ -1,8 +1,35 @@ -
- <%= inline_svg('icons.svg') %> -
+ +
- +
Loading...
\ No newline at end of file