1
0
Fork 0

Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2022-11-26 23:34:16 +01:00 committed by Philipp
commit 3607aa32ca
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
5 changed files with 9 additions and 10 deletions

View file

@ -132,7 +132,7 @@ Dialog.show = function (url, title) {
Dialog._get_url = function (type, name, id) {
var hash = name;
if (id !== undefined) hash = hash + "-" + id;
return "profile/" + localNickname + "/" + type + "/browser?mode=none&theme=frio#" + hash;
return 'profile/' + localNickname + '/' + type + '/browser?mode=none&theme=frio#' + hash;
};
// Does load the filebrowser into the jot modal.