kartik-v / yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0
http://demos.krajee.com/markdown
Other
89 stars 41 forks source link

TypeError: url.indexOf is not a function #62

Closed vercotux closed 6 years ago

vercotux commented 6 years ago

I am getting this error since I updated to jQuery 3.0+

The problem is in this line.

See solution: https://stackoverflow.com/questions/37738732/jquery-3-0-url-indexof-error

fedornabilkin commented 6 years ago

Такая же проблема возникла после обновления Yii2 до версии 2.0.14.1

vercotux commented 6 years ago

Looks like this is fixed by pull request #57 @kartik-v could you please have a look. It is a very critical problem.

kartik-v commented 6 years ago

PR #57 is merged.

vercotux commented 6 years ago

Thank you!