Pascal Gloor vor 5 Jahren
Ursprung
Commit
3c24772710
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      www/js/autodoc.js

+ 2
- 2
www/js/autodoc.js Datei anzeigen

@@ -283,8 +283,8 @@ function upload_read_event(e) {
},
success: function(data, status, xhr){
console.log("upload_success_this", this);
var ctx = this.context;
temp.upload[ctx['id']].progress = 100;
//var ctx = this.context;
//temp.upload[ctx['id']].progress = 100;

}
});

Laden…
Abbrechen
Speichern