Plugin Directory

Changeset 997545

Timestamp:
09/27/2014 08:45:14 AM (10 years ago)
Author:
RadoGeorgiev
Message:

Fixing a conflict when doing AJAX calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ultimate-fields/trunk/js/ultimate-fields.js

    r976746 r997545  
    11731173    _.extend( UF.ContainerPostMeta, {
    11741174        listen: function() {
     1175
     1176
     1177
     1178
     1179
     1180
    11751181            $( document ).ajaxSend( function( event, jqXHR, ajaxOptions ) {
    11761182                if( ajaxOptions.type == "POST" && ajaxOptions.data.indexOf('action=meta-box-order') != -1 ) {
Note: See TracChangeset for help on using the changeset viewer.