mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Safari's DOMParser object does not support parsing HTML. When the app initializes we now detect the browser type and define $rootScope.browser accordingly. If the browser is Safari, then we do some ugly looping and regex'ing to separate out the html and style sheet from the stdout API response.