mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
fixed #1781 better UX for the add album popin
This commit is contained in:
parent
7f00155ca7
commit
532fc743f2
5 changed files with 94 additions and 73 deletions
|
@ -93,6 +93,7 @@ $(() => {
|
|||
url: ws_url,
|
||||
data: { format: "json", method: "reflection.getMethodList" }
|
||||
}).done(function (result) {
|
||||
console.log(result);
|
||||
result = parsePwgJSON(result);
|
||||
|
||||
if (result != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue