mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 07:01:12 +00:00
accessibility improvement; bugfix & clean up
This commit is contained in:
@@ -65,6 +65,7 @@ define([
|
||||
_this.$days_input.prop('disabled', false).removeClass('input-disabled');
|
||||
_this.$days_input.attr('value', data.keep_days);
|
||||
}
|
||||
_this.$radios.filter(':checked').focus();
|
||||
|
||||
if (!app.pageOptions.enable_repo_history_setting) {
|
||||
_this.$('.history-settings-notice').removeClass('hide');
|
||||
|
Reference in New Issue
Block a user