Remove error exception
This commit is contained in:
parent
b0c7c38c45
commit
104a006e73
1 changed files with 0 additions and 5 deletions
|
|
@ -73,11 +73,6 @@
|
|||
if (errorMsg.indexOf('DOM Exception 22') > -1) {
|
||||
return;
|
||||
}
|
||||
@if (Utils::isTravis())
|
||||
if (errorMsg.indexOf('Attempting to change value of a readonly property') > -1) {
|
||||
return;
|
||||
}
|
||||
@endif
|
||||
// Less than IE9 https://stackoverflow.com/a/14835682/497368
|
||||
if (! document.addEventListener) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue