diff options
Diffstat (limited to 'public/js/panel.js')
| -rw-r--r-- | public/js/panel.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/panel.js b/public/js/panel.js index e008abd..14f6237 100644 --- a/public/js/panel.js +++ b/public/js/panel.js @@ -74,7 +74,7 @@ panel.getUploads = function(){ <thead> <tr> <th>File</th> - <th>Gallery</th> + <th>Album</th> <th>Date</th> </tr> </thead> @@ -91,7 +91,7 @@ panel.getUploads = function(){ tr.innerHTML = ` <tr> <th><a href="${item.file}" target="_blank">${item.file}</a></th> - <th>${item.gallery}</th> + <th>${item.album}</th> <td>${item.date}</td> </tr> `; |