We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb09248 commit affd75cCopy full SHA for affd75c
lib/core/utils/respondable.js
@@ -12,7 +12,7 @@
12
*/
13
function _getSource() {
14
var application = 'axe', version = '', src;
15
- if (typeof axe !== 'undefined' && axe._audit && !axe._audit.application) {
+ if (typeof axe !== 'undefined' && axe._audit && axe._audit.application) {
16
application = axe._audit.application;
17
}
18
if (typeof axe !== 'undefined') {
0 commit comments