mirror of
https://github.com/gravesoft/msdl.git
synced 2026-07-25 08:34:28 +00:00
Fix for new Microsoft blocks, update source URL
This commit is contained in:
+2
-3
@@ -106,8 +106,6 @@ function onDownloadsXhrChange() {
|
||||
}
|
||||
|
||||
function getLanguages(productId) {
|
||||
sessionId.value = uuidv4();
|
||||
|
||||
msContent.style.display = "none";
|
||||
pleaseWait.style.display = "block";
|
||||
|
||||
@@ -147,7 +145,8 @@ function prepareDownload(id) {
|
||||
productsList.style.display = 'none';
|
||||
backToProductsDiv.style.display = 'block';
|
||||
|
||||
return getLanguages(id);
|
||||
sessionId.value = uuidv4();
|
||||
fetch('https://vlscppe.microsoft.com/tags?org_id=y6jn8c31&session_id=' + encodeURIComponent(sessionId.value)).then(() => { getLanguages(id) }, () => { getLanguages(id) });
|
||||
}
|
||||
|
||||
function addTableElement(table, value, data) {
|
||||
|
||||
Reference in New Issue
Block a user