mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
Adhere feedback
This commit is contained in:
parent
e6933a28da
commit
012f486eb6
7 changed files with 56 additions and 56 deletions
|
@ -166,8 +166,8 @@ Dialog._load = function (url) {
|
|||
|
||||
// Initialize the filebrowser.
|
||||
loadScript("view/js/ajaxupload.js");
|
||||
loadScript("view/theme/frio/js/module/media/filebrowser.js", function () {
|
||||
FileBrowser.init(filebrowser.dataset.nickname, filebrowser.dataset.type, match[1]);
|
||||
loadScript("view/theme/frio/js/module/media/browser.js", function () {
|
||||
Browser.init(filebrowser.dataset.nickname, filebrowser.dataset.type, match[1]);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue