1 Commits

Author SHA1 Message Date
Luc Didry
b8d2defe61 Fix gallery bug 2018-07-31 13:23:56 +02:00
2 changed files with 4 additions and 1 deletions

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

View File

@@ -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) {