##// END OF EJS Templates
Rename rhodecode.js to base.js
Bradley M. Kuhn -
r4188:6c0215b2 kallithea-2.2.5-r...
parent child Browse files
Show More
1 NO CONTENT: file renamed from kallithea/public/js/rhodecode.js to kallithea/public/js/base.js
NO CONTENT: file renamed from kallithea/public/js/rhodecode.js to kallithea/public/js/base.js
@@ -92,7 +92,7 b''
92 <script type="text/javascript" src="${h.url('/js/yui.flot.js', ver=c.rhodecode_version)}"></script>
92 <script type="text/javascript" src="${h.url('/js/yui.flot.js', ver=c.rhodecode_version)}"></script>
93 <script type="text/javascript" src="${h.url('/js/native.history.js', ver=c.rhodecode_version)}"></script>
93 <script type="text/javascript" src="${h.url('/js/native.history.js', ver=c.rhodecode_version)}"></script>
94 <script type="text/javascript" src="${h.url('/js/pyroutes_map.js', ver=c.rhodecode_version)}"></script>
94 <script type="text/javascript" src="${h.url('/js/pyroutes_map.js', ver=c.rhodecode_version)}"></script>
95 <script type="text/javascript" src="${h.url('/js/rhodecode.js', ver=c.rhodecode_version)}"></script>
95 <script type="text/javascript" src="${h.url('/js/base.js', ver=c.rhodecode_version)}"></script>
96 ## EXTRA FOR JS
96 ## EXTRA FOR JS
97 ${self.js_extra()}
97 ${self.js_extra()}
98 <script type="text/javascript">
98 <script type="text/javascript">
General Comments 0
You need to be logged in to leave comments. Login now