Using chrome debugging console to work out why some of the javascript on our new home page stopped working, I found the about error in the widget.js loaded up when embedding the twitter timeline for our corporate twitter account.
The error is on line 36 and shows in the console as "Invalid CSS property name: -webkit-outline"
Is there a fix or way to disable this part of the code?
-
<a class="twitter-timeline" href="https://twitter.com/Pembrokeshire" data-widget-id="389718787039055873" height="110" data-chrome="noheader nofooter noborders transparent" data-tweet-limit="2">Tweets by @Pembrokeshire</a>
-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>