smaller upload timers
This commit is contained in:
@@ -175,7 +175,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#id_drop-files").replaceWith(
|
$("#id_drop-files").replaceWith(
|
||||||
'<div id="id_waiting"><img src="/static/img/rowingtimer.gif" width="120" height="100" style="width:120px">'
|
'<div id="id_waiting"><img src="/static/img/rowingtimer.gif" width="60" height="50" style="width:60px">'
|
||||||
);
|
);
|
||||||
$.ajax({
|
$.ajax({
|
||||||
data: data,
|
data: data,
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ $('#id_workouttype').change();
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#id_main").replaceWith(
|
$("#id_main").replaceWith(
|
||||||
'<div id="id_waiting"><img src="/static/img/rowingtimer.gif" width="120" height="100" style="width:120px">'
|
'<div id="id_waiting"><img src="/static/img/rowingtimer.gif" width="60" height="50" style="width:60px">'
|
||||||
);
|
);
|
||||||
$.ajax({
|
$.ajax({
|
||||||
data: data,
|
data: data,
|
||||||
|
|||||||
@@ -166,7 +166,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#id_drop-files").replaceWith(
|
$("#id_drop-files").replaceWith(
|
||||||
'<div id="id_waiting"><img src="/static/img/rowingtimer.gif" width="120" height="100" style="width:120px">'
|
'<div id="id_waiting"><img src="/static/img/rowingtimer.gif" width="60" height="50" style="width:60px">'
|
||||||
);
|
);
|
||||||
$.ajax({
|
$.ajax({
|
||||||
data: data,
|
data: data,
|
||||||
|
|||||||
Reference in New Issue
Block a user