[
https://issues.apache.org/jira/browse/OFBIZ-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252149#comment-17252149 ]
ASF subversion and git services commented on OFBIZ-12095:
---------------------------------------------------------
Commit d45c3773397d09b0625662c5a8c32f9b503318cf in ofbiz-plugins's branch refs/heads/trunk from James Yong
[
https://gitbox.apache.org/repos/asf?p=ofbiz-plugins.git;h=d45c377 ]
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)