User:Locke/common.js: Difference between revisions

Want an adless experience? Log in or Create an account.
m
didn't fix it. adding logging
(fix handling of undefined selector)
m (didn't fix it. adding logging)
Line 72: Line 72:
     return '[data-tab-content' + s + '="' + selections[ s ] + '"]';
     return '[data-tab-content' + s + '="' + selections[ s ] + '"]';
   } );
   } );
console.log( selectors.join( '' ) );
   container.find( '.zdw-tabcontent' + selectors.join( '' ) ).show();
   container.find( '.zdw-tabcontent' + selectors.join( '' ) ).show();
} );
} );
} );
} );