Changeset 693


Ignore:
Timestamp:
12/04/2011 12:35:18 AM (6 months ago)
Author:
ofer
Message:

Fix for two jQueryUI version of which one is the older one included in wp 3.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/js/transposh.js

    r677 r693  
    333333            test_for_jqueryui.hit = true; 
    334334            test_for_lazyrun(function() { 
     335                // This is needed when old jQueryUI is being loaded (default for wp3.2) 
     336                $.fn.propAttr = $.fn.prop || $.fn.attr; 
    335337                $.xLazyLoader({ 
    336338                    js: t_jp.jQueryUI + 'jquery-ui.min.js', 
Note: See TracChangeset for help on using the changeset viewer.