Fixed references to variable that doesn't exist anymore lol
This commit is contained in:
parent
d89553da23
commit
40d1d585b6
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ Umi.UI.Messages = (function() {
|
|||
try {
|
||||
url = new URL(part);
|
||||
} catch(ex) {
|
||||
offset += addToOffset;
|
||||
offset += part.length;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue