mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 14:54:38 +08:00
FIx repository column selector
This commit is contained in:
parent
0ef066f921
commit
0ece6c60f0
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ var RepositoryColumns = (function() {
|
|||
$('#new-repo-column-submit').show();
|
||||
} else {
|
||||
$('#update-repo-column-submit').show();
|
||||
$('[data-column-type=' + columnType + ']').show();
|
||||
$('[data-column-type="' + columnType + '"]').show();
|
||||
}
|
||||
}).fail(function() {
|
||||
HelperModule.flashAlertMsg(I18n.t('libraries.repository_columns.no_permissions'), 'danger');
|
||||
|
|
Loading…
Reference in a new issue