Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/opencadc/science-portal int…
Browse files Browse the repository at this point in the history
…o private-harbor-fix
  • Loading branch information
at88mph committed Nov 7, 2024
2 parents 85596ae + 8938cc3 commit f4aeb99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/dev/js/science_portal_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@
// _selfPortalForm._contextData.rawData, but it'd be a waste of storage
// to do it currently.
// Save items that are used by the front end
_selfPortalForm._contextData.availableCores = curContext.availableCores
_selfPortalForm._contextData.availableRAM = curContext.availableRAM
_selfPortalForm._contextData.defaultCores = curContext.defaultCores
_selfPortalForm._contextData.defaultRAM = curContext.defaultRAM
_selfPortalForm._contextData.availableCores = curContext.cores.options
_selfPortalForm._contextData.availableRAM = curContext.memoryGB.options
_selfPortalForm._contextData.defaultCores = curContext.cores.default
_selfPortalForm._contextData.defaultRAM = curContext.memoryGB.default

_selfPortalForm._ajaxCallCount--
if (_selfPortalForm._ajaxCallCount === 0) {
Expand Down

0 comments on commit f4aeb99

Please sign in to comment.