[ticket/15515] add admin.js to ignores

PHPBB3-15515
This commit is contained in:
hanakin 2021-03-26 11:47:20 -10:00
parent bfe120ad00
commit cbe6e90f5b

View file

@ -7,12 +7,12 @@
/**
* Parse document block
*/
function parse_document(container)
function parse_document(container)
{
var test = document.createElement('div'),
oldBrowser = (typeof test.style.borderRadius == 'undefined');
delete test;
test.remove();
/**
* Navigation
@ -92,7 +92,7 @@ function parse_document(container)
}
});
}
headersLength = headers.length;
// Add header text to each cell as <dfn>
@ -159,7 +159,7 @@ function parse_document(container)
if ($this.html() == '&nbsp;') {
$this.addClass('responsive-hide');
}
});
/**