Changeset - 6c0215b29750
[Not reviewed]
Bradley M. Kuhn - 11 years ago 2014-07-03 01:04:33
bkuhn@sfconservancy.org
Rename rhodecode.js to base.js
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/js/base.js
Show inline comments
 
file renamed from kallithea/public/js/rhodecode.js to kallithea/public/js/base.js
kallithea/templates/base/root.html
Show inline comments
 
@@ -92,7 +92,7 @@
 
            <script type="text/javascript" src="${h.url('/js/yui.flot.js', ver=c.rhodecode_version)}"></script>
 
            <script type="text/javascript" src="${h.url('/js/native.history.js', ver=c.rhodecode_version)}"></script>
 
            <script type="text/javascript" src="${h.url('/js/pyroutes_map.js', ver=c.rhodecode_version)}"></script>
 
            <script type="text/javascript" src="${h.url('/js/rhodecode.js', ver=c.rhodecode_version)}"></script>
 
            <script type="text/javascript" src="${h.url('/js/base.js', ver=c.rhodecode_version)}"></script>
 
           ## EXTRA FOR JS
 
           ${self.js_extra()}
 
            <script type="text/javascript">
0 comments (0 inline, 0 general)