Show More
@@ -21,6 +21,9 b'' | |||||
21 | * Deferred functions that must run before any rhodecode javascript go here |
|
21 | * Deferred functions that must run before any rhodecode javascript go here | |
22 | */ |
|
22 | */ | |
23 |
|
23 | |||
24 | registerRCRoutes(); |
|
24 | ||
|
25 | if (typeof window['registerRCRoutes'] != 'undefined') { | |||
|
26 | registerRCRoutes(); | |||
|
27 | } | |||
25 |
|
28 | |||
26 | // TODO: move i18n here |
|
29 | // TODO: move i18n here |
General Comments 0
You need to be logged in to leave comments.
Login now