Ignore:
Timestamp:
Jun 24, 2012, 9:18:26 PM (12 years ago)
Author:
grum
Message:

feature:2634- compatibility with Piwigo 2.4
+add some objects on js framework

File:
1 edited

Legend:

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

    r8961 r16012  
    22 * -----------------------------------------------------------------------------
    33 * file: ui.inputStatusBar.js
    4  * file version: 1.0.0
    5  * date: 2010-11-04
     4 * file version: 1.0.1
     5 * date: 2012-06-18
    66 *
    77 * A jQuery plugin provided by the piwigo's plugin "GrumPluginClasses"
     
    1111 *   email    : grum@piwigo.com
    1212 *   website  : http://photos.grum.fr
    13  *   PWG user : http://forum.phpwebgallery.net/profile.php?id=3706
    1413 *
    1514 *   << May the Little SpaceFrog be with you ! >>
     
    2423 * | 1.0.0   | 2010/11/04 | first release
    2524 * |         |            |
    26  * |         |            |
     25 * | 1.0.1   | 2012/06/18 | * improve memory managment
    2726 * |         |            |
    2827 * |         |            |
     
    115114              var $this=$(this),
    116115                  objects = $this.data('objects');
     116
    117117              objects.tr.remove();
    118118              objects.table.remove();
    119119              $this
    120120                .unbind('.inputStatusBar')
     121                .removeData()
    121122                .css(
    122123                  {
     
    125126                  }
    126127                );
     128              delete $this;
    127129            }
    128130          );
Note: See TracChangeset for help on using the changeset viewer.