Ignore:
Timestamp:
Jul 10, 2012, 12:39:20 PM (12 years ago)
Author:
cljosse
Message:

[extensions] Autosize fix compatibility with 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/autosize.cookie.js

    r10845 r16579  
    5454 * @author Klaus Hartl/klaus.hartl@stilbuero.de
    5555 */
    56 jQuery.cookie = function(name, value, options) {
     56jQuery.cl_cookie = function(name, value, options) {
    5757    if (typeof value != 'undefined') { // name and value given, set cookie
    5858        options = options || {};
     
    9494        return cookieValue;
    9595    }
    96 };
     96    };
     97
     98 
Note: See TracChangeset for help on using the changeset viewer.