mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 09:58:39 +00:00
fix tests
This commit is contained in:
parent
d69d1e20f4
commit
9c96b45667
|
|
@ -134,8 +134,8 @@ export class Tab
|
|||
return;
|
||||
}
|
||||
|
||||
const fragments = fragmentString.split('&');
|
||||
const fragLength = fragments.length;
|
||||
const fragments = fragmentString.split('&');
|
||||
const fragLength = fragments.length;
|
||||
|
||||
if (fragLength > 0 && fragmentString !== '') {
|
||||
for (let i = 0; i < fragLength; ++i) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user