Clear whitespace.
This commit is contained in:
parent
a05d0c7317
commit
d72703e77a
@ -7,7 +7,6 @@
|
|||||||
* 8/17/2011
|
* 8/17/2011
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
$('body').on('click', 'ul.tabs > li > a', function(e) {
|
$('body').on('click', 'ul.tabs > li > a', function(e) {
|
||||||
|
|
||||||
//Get Location of tab's content
|
//Get Location of tab's content
|
||||||
@ -26,4 +25,4 @@ $('body').on('click', 'ul.tabs > li > a', function(e) {
|
|||||||
$(contentLocation).show().addClass('active').siblings().hide().removeClass('active');
|
$(contentLocation).show().addClass('active').siblings().hide().removeClass('active');
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user