mirror of https://github.com/espruino/BangleApps
rep: fix interface.html
parent
1f2179535a
commit
3a4504953b
|
@ -101,7 +101,8 @@ function getData() {
|
||||||
uploadBtn.disabled = true;
|
uploadBtn.disabled = true;
|
||||||
|
|
||||||
Util.showModal("Loading...");
|
Util.showModal("Loading...");
|
||||||
Util.readStorageJSON(repJson, reps => {
|
Util.readStorageJSON(repJson, reps_ => {
|
||||||
|
reps = reps_;
|
||||||
Util.hideModal();
|
Util.hideModal();
|
||||||
for(const rep of reps){
|
for(const rep of reps){
|
||||||
renderRep(rep);
|
renderRep(rep);
|
||||||
|
|
Loading…
Reference in New Issue