You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ad...@apache.org on 2019/12/19 11:30:36 UTC

[roller] 01/01: Merge pull request #46 from apache/ROL-2157

This is an automated email from the ASF dual-hosted git repository.

adityasharma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git

commit 340044157fb93e4b3175df47dbe9925427025f28
Merge: 60bf7f4 430795f
Author: Aditya Sharma <ad...@apache.org>
AuthorDate: Thu Dec 19 17:00:24 2019 +0530

    Merge pull request #46 from apache/ROL-2157
    
    Fixed: Variables should be declared explicitly in Custom JS code (ROL-2157)

 .../webapp/WEB-INF/jsps/editor/MembersInvite.jsp   | 22 +++---
 app/src/main/webapp/WEB-INF/velocity/weblog.vm     | 80 +++++++++++-----------
 app/src/main/webapp/roller-ui/scripts/ajax-user.js | 34 ++++-----
 app/src/main/webapp/theme/scripts/roller.js        | 32 ++++-----
 app/src/main/webapp/theme/scripts/searchhi.js      | 36 +++++-----
 app/src/main/webapp/themes/fauxcoly/searchhi.js    |  8 +--
 app/src/main/webapp/themes/gaurav/js/searchhi.js   |  8 +--
 7 files changed, 110 insertions(+), 110 deletions(-)