comparison rhodecode/templates/admin/admin.html @ 3179:cd50d1b5f35b

merged with beta
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 21 Jan 2013 00:03:44 +0100
parents 68f9c216377d
children b4f401524060
comparison
equal deleted inserted replaced
3113:a0737406ce26 3179:cd50d1b5f35b
51 window.location = "${url.current(filter='__FILTER__')}".replace('__FILTER__',val); 51 window.location = "${url.current(filter='__FILTER__')}".replace('__FILTER__',val);
52 }); 52 });
53 fix_j_filter_width(YUD.get('j_filter').value.length); 53 fix_j_filter_width(YUD.get('j_filter').value.length);
54 </script> 54 </script>
55 </%def> 55 </%def>
56