Fix gallery bug

This commit is contained in:
Luc Didry
2018-07-31 13:23:56 +02:00
parent c030e371ae
commit b8d2defe61
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
Revision history for Lutim
0.11.3 2018-07-31
- Fix gallery bug
0.11.2 2018-07-31
- Fix stats graph if no upload happens in the time range
@@ -218,7 +218,7 @@ function addElement(keys) {
element = keys.shift();
if (!element.match('xcf')) {
$.ajax({
url: '<%= url_for('about_img') %>'+'/'+element,
url: '<%= url_for('about_img') %>'+element,
method: 'GET',
dataType: 'json',
success: function(data, textStatus, jqXHR) {