ColorlibHQ / AdminLTE

AdminLTE - Free admin dashboard template based on Bootstrap 5
https://adminlte.io
MIT License
43.94k stars 18.17k forks source link

IE11 {document.dispatchEvent(new CustomEvent('o.DOMContentLoaded'))} #1322

Closed marcobranco1975 closed 7 years ago

marcobranco1975 commented 7 years ago

Hi!

I have this error on IE11:

Object doesn't support this action

in fastclick.min.js on this line

{document.dispatchEvent(new CustomEvent('o.DOMContentLoaded'))}

What can i do to solve this issue?

Thank's in advance

eruvierda commented 7 years ago

maybe you could look at this discussion at fastclick repository first @marcobranco1975 https://github.com/ftlabs/fastclick/issues/405

almasaeed2010 commented 7 years ago

Hello @marcobranco1975,

I agree with @eruvierda, this seems like an issue that should be reported at the FastClick repository.

You should know, however, that FastClick is not a required script and that you could remove it from your implementation without affecting much of the functionality.

Thanks!