Ignore:
Timestamp:
Oct 18, 2013, 4:16:59 PM (11 years ago)
Author:
plg
Message:

bug 2975 fixed: remove useless "," at the end of arrays, because it breaks Internet Explorer 7 :-/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/admin/themes/default/template/include/add_album.inc.tpl

    r17007 r24975  
    77        recursive: true,
    88        fullname: true,
    9         format: "json",
     9        format: "json"
    1010      },
    1111      function(data) {
     
    4545        data: {
    4646          parent: jQuery("select[name=category_parent] option:selected").val(),
    47           name: jQuery("input[name=category_name]").val(),
     47          name: jQuery("input[name=category_name]").val()
    4848        },
    4949        beforeSend: function() {
Note: See TracChangeset for help on using the changeset viewer.