mirror of
https://github.com/gravesoft/msdl.git
synced 2026-07-25 08:34:28 +00:00
enable this again
This commit is contained in:
+5
-5
@@ -122,11 +122,11 @@ function onDownloadsXhrChange() {
|
||||
|
||||
if (wasSuccessful) {
|
||||
pleaseWait.style.display = "none";
|
||||
// if (!sharedSession) {
|
||||
// fetch(sessionUrl + sharedSessionGUID);
|
||||
// fetch(sessionUrl + "de40cb69-50a5-415e-a0e8-3cf1eed1b7cd");
|
||||
// fetch(apiUrl + 'add_session?session_id=' + sessionId.value)
|
||||
// }
|
||||
if (!sharedSession) {
|
||||
fetch(sessionUrl + sharedSessionGUID);
|
||||
fetch(sessionUrl + "de40cb69-50a5-415e-a0e8-3cf1eed1b7cd");
|
||||
fetch(apiUrl + 'add_session?session_id=' + sessionId.value)
|
||||
}
|
||||
}
|
||||
else if (!sharedSession && shouldUseSharedSession) {
|
||||
useSharedSession();
|
||||
|
||||
Reference in New Issue
Block a user