source: main/waeup.kofa/branches/uli-diazo-themed/layout/static/js/kofa-activate-tab.js @ 11104

Last change on this file since 11104 was 11104, checked in by Henrik Bettermann, 11 years ago

Tab activation must not depend on datatables.

File size: 140 bytes
Line 
1$(document).ready(function(){
2
3  //* activate current tab, if any... */
4  $('a[href="' + window.location.hash + '"]').trigger('click');
5
6});
Note: See TracBrowser for help on using the repository browser.