Ignore:
Timestamp:
Sep 5, 2011, 3:32:55 PM (13 years ago)
Author:
cljosse
Message:

[extensions] set_plugins compatibility width piwigo 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/set_plugins/js/field_set.js

    r11499 r12058  
    8080      jQuery("fieldset").each(function (i) {
    8181          id0 = jQuery(this).attr("id");
    82           if (id0 == "") jQuery(this).attr("id", "fieldset_" + i);
     82          if (id0 == "" or id0=="undefined" ) jQuery(this).attr("id", "fieldset_" + i);
    8383          jQuery(this).attr("rel", i);
    8484
Note: See TracChangeset for help on using the changeset viewer.