Show More
@@ -140,16 +140,6 b" c.template_context['default_user'] = {" | |||
|
140 | 140 | ${_('Please enable JavaScript to use RhodeCode Enterprise')} |
|
141 | 141 | </div> |
|
142 | 142 | </noscript> |
|
143 | ## IE hacks | |
|
144 | <!--[if IE 7]> | |
|
145 | <script>$(document.body).addClass('ie7')</script> | |
|
146 | <![endif]--> | |
|
147 | <!--[if IE 8]> | |
|
148 | <script>$(document.body).addClass('ie8')</script> | |
|
149 | <![endif]--> | |
|
150 | <!--[if IE 9]> | |
|
151 | <script>$(document.body).addClass('ie9')</script> | |
|
152 | <![endif]--> | |
|
153 | 143 | |
|
154 | 144 | ${next.body()} |
|
155 | 145 | %if c.post_code: |
General Comments 0
You need to be logged in to leave comments.
Login now