Listen to checkbox changes as well

remotes/origin/stable5
Michael Gapczynski 14 years ago
parent d65cb7ae09
commit db90f2c296
  1. 4
      apps/files_external/js/settings.js

@ -239,6 +239,10 @@ $(document).ready(function() {
}
});
$('#externalStorage td input:checkbox').live('change', function() {
OC.MountConfig.saveStorage($(this).parent().parent().parent());
});
$('.applicable .chzn-select').live('change', function() {
OC.MountConfig.saveStorage($(this).parent().parent());
});

Loading…
Cancel
Save