wp/wp-content/plugins/option-tree/assets/js/ot-admin.js
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 11 bf1778c34b9a
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
   239             count: count,
   239             count: count,
   240             name: name,
   240             name: name,
   241             post_id: post_id,
   241             post_id: post_id,
   242             get_option: get_option,
   242             get_option: get_option,
   243             settings: settings,
   243             settings: settings,
   244             type: type
   244             type: type,
       
   245             nonce: option_tree.nonce
   245           },
   246           },
   246           complete: function( data ) {
   247           complete: function( data ) {
   247             if ( type == 'choice' || type == 'list_item_setting' ) {
   248             if ( type == 'choice' || type == 'list_item_setting' ) {
   248               OT_UI.init_remove_active(list,'child-add');
   249               OT_UI.init_remove_active(list,'child-add');
   249               OT_UI.init_hide_body(list,'child-add');
   250               OT_UI.init_hide_body(list,'child-add');