Changeset - a4cc7d824d8d
[Not reviewed]
default
0 1 0
Takumi IINO - 11 years ago 2014-08-21 05:39:40
trot.thunder@gmail.com
templates: collect #
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/admin.html
Show inline comments
 
@@ -49,7 +49,7 @@ $(document).ready(function() {
 
  $('#j_filter').keyup(function () {
 
    fix_j_filter_width($('#j_filter').val().length);
 
  });
 
  $('filter_form').submit(function (e) {
 
  $('#filter_form').submit(function (e) {
 
      e.preventDefault();
 
      var val = $('#j_filter').val();
 
      window.location = "${url.current(filter='__FILTER__')}".replace('__FILTER__',val);
0 comments (0 inline, 0 general)