[
https://issues.apache.org/jira/browse/OFBIZ-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Yong closed OFBIZ-12095.
------------------------------
Resolution: Fixed
> Change inline style to class for wait-spinner
> ---------------------------------------------
>
> Key: OFBIZ-12095
> URL:
https://issues.apache.org/jira/browse/OFBIZ-12095> Project: OFBiz
> Issue Type: Improvement
> Components: base
> Affects Versions: Upcoming Branch
> Reporter: James Yong
> Assignee: James Yong
> Priority: Minor
> Fix For: Upcoming Branch
>
>
> Inline style not encouraged by Content Security Policy
> Will change from
> {code:java}
> <div id="wait-spinner" style="display:none">
> <div id="wait-spinner-image"></div>
> </div>
> {code}
> to
> {code:java}
> <div id="wait-spinner" class="hidden">
> <div id="wait-spinner-image"></div>
> </div>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)