mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-30 20:23:14 +08:00
Fix code style issues [SCI-936]
This commit is contained in:
parent
62535a01bd
commit
449f4479e9
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ function initTeamsTable() {
|
|||
orderable: true,
|
||||
searchable: false
|
||||
}, {
|
||||
targets: [2],
|
||||
targets: 2,
|
||||
searchable: false,
|
||||
orderable: true
|
||||
}, {
|
||||
targets: [3],
|
||||
targets: 3,
|
||||
searchable: false,
|
||||
orderable: false,
|
||||
sWidth: '1%'
|
||||
|
|
Loading…
Reference in a new issue