[ 
https://issues.apache.org/jira/browse/ROL-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699456#comment-14699456
 ] 

Kohei Nozaki commented on ROL-2082:
-----------------------------------

Yes, if the problem you encountered is one what I mentioned, I think you can 
resolve it through simple approach such as:

1. Download angular.min.js and save it to {{/roller-ui/scripts}} inside your 
deployment
2. Replace the script fragment inside {{ThemeEdit.jsp}} and 
{{CreateWeblog.jsp}} in {{/WEB-INF/jsps/core}}

{code:xml}
<script 
src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.23/angular.min.js"></script>
{code}

by

{code:xml}
<script src="<s:url value="/roller-ui/scripts/angular.min.js" />"></script>
{code}


> Themes doesn't work  properly
> -----------------------------
>
>                 Key: ROL-2082
>                 URL: https://issues.apache.org/jira/browse/ROL-2082
>             Project: Apache Roller
>          Issue Type: Bug
>          Components: Themes and Macros
>    Affects Versions: 5.1.2
>         Environment: JAVA 8  windows 10  tomcat8
>            Reporter: 杨勐
>            Assignee: Roller Unassigned
>            Priority: Critical
>         Attachments: roller-5.1.2.jpg
>
>
> Themes  selection doesn't    render  correctly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to