Skip to content

Mark a legacy JS function more explicitly as legacy

Chris Oelmueller requested to merge async-1 into master

What does this MR do?

  • move legaxy xhrf out of global script scope and make it more explicitly async
  • remove two unused global JS functions
  • check each commit's message for details

How confident are you it won't break things if deployed?

I don't think I changed something that will break.

Links to related issues

How to test

The store-team management actions should still behave as expected, and nothing else should have changed either.

Checklist

  • no unrelated changes
  • asked someone for a code review
  • set a "for:" label to indicate who will be affected by this change
  • use "state:" labels to track this MR's state until it was beta tested
  • added an entry to CHANGELOG.md
Edited by Chris Oelmueller

Merge request reports