diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-06 18:57:37 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:38 +0200 |
| commit | e589163cfa01a43732fe7ddbfa501f9fba6501dc (patch) | |
| tree | ad29463711345f30eba4b4055d37b6f9d930c57b /js/index.js | |
| parent | a2dcc121b3ea919c4a291d603298ea9875e3bdca (diff) | |
| download | wvs-vplan-e589163cfa01a43732fe7ddbfa501f9fba6501dc.tar.gz wvs-vplan-e589163cfa01a43732fe7ddbfa501f9fba6501dc.zip | |
speichere Einstellungen sofort bei Änderung
Diffstat (limited to 'js/index.js')
| -rw-r--r-- | js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js index fafdf66..0a09c52 100644 --- a/js/index.js +++ b/js/index.js @@ -96,7 +96,7 @@ function trackPlan(vdate){ track('plan/' + vdate.format('YYYY/MM/DD')); } -$('#settingspanel').on('panelclose', function(){ +$('#settingspanel').change(function(){ localStorage.setItem('dntrack', $('#dntflip').val()); localStorage.setItem('classes', $('#addclass').val().toUpperCase()); localStorage.setItem('notifyday', $('#notifydayflip').val()); |
