Bugfix
parent
89706ce3e0
commit
85101da065
|
@ -373,7 +373,7 @@ function extractGameHostingData(platform, text) {
|
||||||
|
|
||||||
// Find the end of the container
|
// Find the end of the container
|
||||||
if (endIndex === -1)
|
if (endIndex === -1)
|
||||||
text.indexOf(CONTAINER_SPAN_CLOSE, startIndex) +
|
endIndex = text.indexOf(CONTAINER_SPAN_CLOSE, startIndex) +
|
||||||
CONTAINER_SPAN_CLOSE.length;
|
CONTAINER_SPAN_CLOSE.length;
|
||||||
|
|
||||||
text = text.substring(startIndex, endIndex);
|
text = text.substring(startIndex, endIndex);
|
||||||
|
|
Loading…
Reference in New Issue