[
https://issues.apache.org/jira/browse/OFBIZ-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252108#comment-17252108 ]
ASF subversion and git services commented on OFBIZ-12095:
---------------------------------------------------------
Commit d3801256dfef10e9d5576a4e3c0f262591dda68e in ofbiz-framework's branch refs/heads/trunk from James Yong
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=d380125 ]
Improved: Change inline style to class for wait-spinner (OFBIZ-12095)
Inline style not encouraged by Content Security Policy
> 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)