diff --git a/CHANGELOG b/CHANGELOG index 1c72976..6a4949e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/themes/default/templates/partial/gallery.js.ep b/themes/default/templates/partial/gallery.js.ep index f0e5b01..cc9bc5d 100644 --- a/themes/default/templates/partial/gallery.js.ep +++ b/themes/default/templates/partial/gallery.js.ep @@ -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) {