artgris / FileManagerBundle

FileManager is a simple Multilingual File Manager Bundle for Symfony
MIT License
175 stars 90 forks source link

fix - used RegExp instead of URL to fix IE CKEditor integration (#48) #49

Closed WouterCypers closed 5 years ago

WouterCypers commented 5 years ago

Removed URL as it is not supported by IE and used RegExp instead. This was tested in IE11.

artgris commented 5 years ago

Thx @WouterCypers close #48