Skip to content

Commit

Permalink
Fixing preloader
Browse files Browse the repository at this point in the history
  • Loading branch information
Goulven.Furet authored and Goulven.Furet committed Dec 1, 2023
1 parent 9782b60 commit 6c0b1ec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ protected ModelAndView defaultModelAndView(final String tpl, final HttpServletRe
ret.addObject("baseUrl",config.getBaseUrl(request.getLocale()));


ret.addObject("loaderImg",loaderImage() );

ret.addObject("gaId",config.getWebConfig().getGoogleAnalyticsId());

ret.addObject("wiki",xwikiService);
Expand Down

0 comments on commit 6c0b1ec

Please sign in to comment.