mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 06:00:10 +00:00
Merge branch 'master' into stages
This commit is contained in:
commit
c6dd02b15c
@ -46,8 +46,8 @@ std::optional<Glib::ustring> GetJavascriptFileFromAppPage(const Glib::ustring &c
|
|||||||
start_position += str.size();
|
start_position += str.size();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (matches.size() >= 9) {
|
if (matches.size() >= 8) {
|
||||||
return matches[matches.size() - 9];
|
return matches[matches.size() - 8];
|
||||||
}
|
}
|
||||||
|
|
||||||
return {};
|
return {};
|
||||||
|
Loading…
Reference in New Issue
Block a user