2019-04-28, 04:32:46
If you have a https site, you might want to edit line 51 of links_manager.php :
And change the http into https:
So that the filebrowser works correctly.
PHP Code:
register_script('jquery-validate', 'http://ajax.aspnetcdn.com/ajax/jquery.validate/1.10.0/jquery.validate.min.js', '1.10.0');
And change the http into https:
PHP Code:
register_script('jquery-validate', 'https://ajax.aspnetcdn.com/ajax/jquery.validate/1.10.0/jquery.validate.min.js', '1.10.0');
So that the filebrowser works correctly.