[*] I have checked that the bug I am reporting can be replicated, or that the feature I am suggesting isn't already present.
[*] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
[*] I realise that server-side connectors are provided by various contributors. The implementations are vary due to programming language features/limitations or other factors. Thus a particular connector may not implement, or partially implement, the API features.
[*] I realise that any changes in configuration options and/or plugin parameters affect the plugin behavior. I specified all the differences from defaults in details.
I use the following server-side connector (check one):
[*] PHP connector by servocoder
My familiarity with the project is as follows (check one):
[*] I have used the project briefly.
Hi,
if explicit the configUrl into page template like this:
$(function() { $('.fm-container').richFilemanager({ baseUrl: 'https:/.....', configUrl: "https:/.......", }); });
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?