mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
Fixes different color of buttons in notifications settings [SCI-590]
This commit is contained in:
parent
d255e12f90
commit
347216183f
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
|||
for (var i = 0; i < notification_settings.length; i++ ) {
|
||||
var setting = $('[name="' + notification_settings[i] + '"]');
|
||||
var dependant = $('[name="' + notification_settings[i] + '_email"]');
|
||||
dependant.checkboxpicker({ onActiveCls: 'btn-primary' });
|
||||
setting
|
||||
.checkboxpicker({
|
||||
onActiveCls: 'btn-primary'
|
||||
|
|
Loading…
Reference in a new issue