mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +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,
|
orderable: true,
|
||||||
searchable: false
|
searchable: false
|
||||||
}, {
|
}, {
|
||||||
targets: [2],
|
targets: 2,
|
||||||
searchable: false,
|
searchable: false,
|
||||||
orderable: true
|
orderable: true
|
||||||
}, {
|
}, {
|
||||||
targets: [3],
|
targets: 3,
|
||||||
searchable: false,
|
searchable: false,
|
||||||
orderable: false,
|
orderable: false,
|
||||||
sWidth: '1%'
|
sWidth: '1%'
|
||||||
|
|
Loading…
Reference in a new issue