kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Lint issues
rodzic
a5bb91de45
commit
06c52cb628
File diff suppressed because one or more lines are too long
|
@ -3533,4 +3533,4 @@ function listShortInstances()
|
|||
}
|
||||
}
|
||||
return shortInstances;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -371,4 +371,4 @@ function processRosterFiltering(callRoster, rosterSettings)
|
|||
entry.tx = tx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -442,7 +442,7 @@ WANTED_LABELS = {
|
|||
wpx: $.i18n("rosterColumns.Wanted.wpx"),
|
||||
call: $.i18n("rosterColumns.Wanted.call"),
|
||||
oams: $.i18n("rosterColumns.Wanted.oams"),
|
||||
pota: $.i18n("rosterColumns.Wanted.pota"),
|
||||
pota: $.i18n("rosterColumns.Wanted.pota")
|
||||
}
|
||||
|
||||
function wantedColumnParts(callObj, options)
|
||||
|
@ -519,4 +519,4 @@ function wantedColumnComparer(a, b)
|
|||
if (aWeight > bWeight) return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -137,4 +137,4 @@ function sendAlerts(callRoster, rosterSettings)
|
|||
}
|
||||
else g_scriptReport = Object();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,9 +18,6 @@
|
|||
"webkit": {
|
||||
"plugin": true
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "^3.5.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "eslint .",
|
||||
"start": "run --mirror https://dl.nwjs.io/ ."
|
||||
|
|
Ładowanie…
Reference in New Issue