You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice your Browser JS docs suggest putting the Rollbar.js config in <script> which is suitable for HTML5, but when I enable Rollbar.js within this gem it outputs the unnecessary type attribute (<script type="text/javascript">) at the top of my <head>.
Rails doesn't include this type="text/javascript" attribute any more, can you remove it from this gem's output too?
The text was updated successfully, but these errors were encountered:
I notice your Browser JS docs suggest putting the Rollbar.js config in
<script>
which is suitable for HTML5, but when I enable Rollbar.js within this gem it outputs the unnecessarytype
attribute (<script type="text/javascript">
) at the top of my<head>
.Rails doesn't include this
type="text/javascript"
attribute any more, can you remove it from this gem's output too?The text was updated successfully, but these errors were encountered: