Changeset 624 for trunk


Ignore:
Timestamp:
03/16/2011 12:31:44 AM (14 months ago)
Author:
ofer
Message:

Solve a jqueryui conflict reported by Steve Engelking

File:
1 edited

Legend:

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

    r594 r624  
    751751        img.click(function () { 
    752752            //  if we detect that $.ui is missing (TODO - check tabs - etal) we load it first, the added or solves a jquery tools conflict !!!!!!!!!!! 
    753             if (typeof $.fn.tabs !== 'function' || typeof $.fn.dialog !== 'function') { 
     753            if (typeof $.fn.tabs !== 'function' || typeof $.fn.buttonset !== 'function' || typeof $.fn.dialog !== 'function') { 
    754754                $.ajaxSetup({ 
    755755                    cache: true 
Note: See TracChangeset for help on using the changeset viewer.