artgris / FileManagerBundle

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

IE compatibility #48

Closed Kaaly closed 5 years ago

Kaaly commented 5 years ago

Hi,

i use your bundle on project with ckeditor module but it seems to be not compatible with Internet Explorer.

In manager.js file, the line below doesn't work : var url = new URL(window.location.href);

IE does not support URL

WouterCypers commented 5 years ago

@artgris I have fixed this (tested on IE11). Is there a way I can contribute to the project or do I just post the code here?

artgris commented 5 years ago

Hi @WouterCypers, you can create a pull request. Thx for your contribution :+1:

WouterCypers commented 5 years ago

@artgris I created a PR (#49)