Ignore:
Timestamp:
May 27, 2012, 9:50:54 AM (12 years ago)
Author:
grum
Message:

feature:2436 - Compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/js/ui.categorySelector.js

    r8961 r15340  
    22 * -----------------------------------------------------------------------------
    33 * file: ui.categorySelector.js
    4  * file version: 1.1.0
    5  * date: 2011-01-12
     4 * file version: 1.1.1
     5 * date: 2012-05-25
    66 *
    77 * A jQuery plugin provided by the piwigo's plugin "GrumPluginClasses"
     
    4040 * |         |            | * add 'displayPath' property
    4141 * |         |            |
     42 * | 1.1.1   | 2012-05-25 | * fix bug with jquery 1.7.2
     43 * |         |            |   . display list now works :)
     44 * |         |            |
     45 * |         |            |
     46 * |         |            |
    4247 * |         |            |
    4348 *
     
    123128                        {
    124129                          privateMethods.displaySelector($this, !$this.data('properties').selectorVisible);
    125                           $(this).focus();
     130                          //$(this).focus(); // if get the focus, it hide the dorp-down list.. ?
    126131                        }
    127132                      ),
     
    783788            return(null);
    784789          }
    785         } // numberOfCategories
     790        }, // numberOfCategories
    786791    }; // methods
    787792
     
    16181623                {
    16191624                  objects.listContainer.html('Error ! '+msg);
    1620                 }
     1625                },
    16211626            }
    16221627         );
Note: See TracChangeset for help on using the changeset viewer.