[
https://issues.apache.org/jira/browse/OFBIZ-12095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252110#comment-17252110 ]
ASF subversion and git services commented on OFBIZ-12095:
---------------------------------------------------------
Commit 71a0d6b4dbd9a41b951c95bbe38bd5b193431cbc in ofbiz-framework's branch refs/heads/trunk from James Yong
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=71a0d6b ]
Improved: Change inline style to class for wait-spinner (OFBIZ-12095)
Add code missed in earlier commit
> 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)