mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +08:00
Merge pull request #232 from okriuchykhin/ok_SCI_590
Fixes different color of buttons in notifications settings [SCI-590]
This commit is contained in:
commit
2247dc2d3c
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…
Add table
Reference in a new issue