##// END OF EJS Templates
uppercase "Loading..."
Mads Kiilerich -
r3986:6aa83fec default
parent child Browse files
Show More
@@ -124,7 +124,7
124 124 <li ${is_current('switch-to')}>
125 125 <a href="#" id="branch_tag_switcher_2" class="dropdown switch-to"></span>${_('Switch To')}</a>
126 126 <ul id="switch_to_list_2" class="switch_to submenu">
127 <li><a href="#">${_('loading...')}</a></li>
127 <li><a href="#">${_('Loading...')}</a></li>
128 128 </ul>
129 129 </li>
130 130 <li ${is_current('options')}>
@@ -276,7 +276,7
276 276 </a>
277 277 <ul id="repo_switcher_list" class="repo_switcher">
278 278 <li>
279 <a href="#">${_('loading...')}</a>
279 <a href="#">${_('Loading...')}</a>
280 280 </li>
281 281 </ul>
282 282 </li>
General Comments 0
You need to be logged in to leave comments. Login now