Skip to content

Commit

Permalink
make sure Use Global has Primary Bootstrap styling
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoug committed Nov 29, 2017
1 parent 18a7f6a commit a5d5dc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions administrator/templates/atum/js/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ Joomla = window.Joomla || {};
label.classList.add('active');
label.classList.add('btn');
label.classList.add('btn-outline-primary');
label.classList.remove('btn-outline-success');
} else if (self.value === 0) {
label.classList.add('active');
label.classList.add('btn');
Expand All @@ -318,6 +319,7 @@ Joomla = window.Joomla || {};
if (self.value === '') {
label.classList.add('active');
label.classList.add('btn-outline-primary');
label.classList.remove('btn-outline-success');
} else if (self.value === 0) {
label.classList.add('active');
label.classList.add('btn');
Expand Down

0 comments on commit a5d5dc5

Please sign in to comment.