psolom / RichFilemanager

An open-source file manager. Up-to-date for PHP, Java, ASHX, ASP, NodeJs & Python 3 Flask. Contributions are welcome!
http://fm.devale.pro
906 stars 251 forks source link

Explicit configUrl called two times #381

Open gaglioffo opened 5 years ago

gaglioffo commented 5 years ago

In raising this issue, I confirm the following (please check boxes):

I use the following server-side connector (check one):

My familiarity with the project is as follows (check one):


Hi, if explicit the configUrl into page template like this: $(function() { $('.fm-container').richFilemanager({ baseUrl: 'https:/.....', configUrl: "https:/.......", }); });

call two time the configUrl. Why?