diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index a30a108495db..74b3ac25b4eb 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -67,6 +67,12 @@ 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 + if () // Less than IE9 https://stackoverflow.com/a/14835682/497368 if (! document.addEventListener) { return;