Skip to content

Commit a71027d

Browse files
Show sync error when status update request fails on repo import page
1 parent 4fdb413 commit a71027d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

media/javascript/rtd-import.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@
6969
watchProgress(url);
7070
}
7171
},
72-
error: function () {
73-
watchProgress(url);
74-
}
72+
error: onError
7573
});
7674
}, 2000);
7775
}

0 commit comments

Comments
 (0)