Changeset 33392
- Timestamp:
- 07/23/2015 06:01:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-nav-menus.js
r33366 r33392 157 157 if ( ! self.loading && $( this ).scrollTop() > 3 / 4 * totalHeight - visibleHeight ) { 158 158 var type = $( this ).data( 'type' ), 159 obj _type = $( this ).data( 'obj_type' );159 object = $( this ).data( 'object' ); 160 160 if ( 'search' === type ) { 161 161 if ( self.searchTerm ) { … … 163 163 } 164 164 } else { 165 self.loadItems( type, obj _type);165 self.loadItems( type, object ); 166 166 } 167 167 }
Note: See TracChangeset
for help on using the changeset viewer.