From 5cce25d51510cb9bc81f8ab65fd678c2cbdd66ea Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 25 Sep 2018 09:13:51 +0300 Subject: Minor indentation fixes. --- js/tab.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'js/tab.js') diff --git a/js/tab.js b/js/tab.js index 66d2f0487..df727065b 100644 --- a/js/tab.js +++ b/js/tab.js @@ -73,15 +73,15 @@ $active .removeClass('active') .find('> .dropdown-menu > .active') - .removeClass('active') + .removeClass('active') .end() .find('[data-toggle="tab"]') - .attr('aria-expanded', false) + .attr('aria-expanded', false) element .addClass('active') .find('[data-toggle="tab"]') - .attr('aria-expanded', true) + .attr('aria-expanded', true) if (transition) { element[0].offsetWidth // reflow for transition @@ -93,10 +93,10 @@ if (element.parent('.dropdown-menu').length) { element .closest('li.dropdown') - .addClass('active') + .addClass('active') .end() .find('[data-toggle="tab"]') - .attr('aria-expanded', true) + .attr('aria-expanded', true) } callback && callback() -- cgit v1.2.3