Skip to content

Commit

Permalink
Update build/media_source/com_joomlaupdate/js/default.es6.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
  • Loading branch information
C-Lodder and dgrammatiko committed Feb 9, 2024
1 parent 939a5b3 commit 86e242f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build/media_source/com_joomlaupdate/js/default.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,10 @@ Joomla = window.Joomla || {};
// Grab all extensions based on the selector set in the config object
const extensionsInformation = [];

extensions.forEach((extension) => {
const thisInfo = {
extensions.forEach((extension) => extensionsInformation.push({
eid: extension.getAttribute('data-extension-id'),
version: extension.getAttribute('data-extension-current-version'),
};
extensionsInformation.push(thisInfo);
});
}));

PreUpdateChecker.checkNextChunk(extensionsInformation);
};
Expand Down

0 comments on commit 86e242f

Please sign in to comment.