Spaces:
Sleeping
Sleeping
Update up_user_gp.html
Browse files- up_user_gp.html +2 -2
up_user_gp.html
CHANGED
|
@@ -91,7 +91,7 @@
|
|
| 91 |
duration: 3000,
|
| 92 |
gravity: "top",
|
| 93 |
position: "center",
|
| 94 |
-
backgroundColor: "fc0303",
|
| 95 |
}).showToast();
|
| 96 |
return;
|
| 97 |
}
|
|
@@ -103,7 +103,7 @@
|
|
| 103 |
duration: 3000,
|
| 104 |
gravity: "top",
|
| 105 |
position: "center",
|
| 106 |
-
backgroundColor: "fc0303",
|
| 107 |
}).showToast();
|
| 108 |
return;
|
| 109 |
}
|
|
|
|
| 91 |
duration: 3000,
|
| 92 |
gravity: "top",
|
| 93 |
position: "center",
|
| 94 |
+
backgroundColor: "#fc0303",
|
| 95 |
}).showToast();
|
| 96 |
return;
|
| 97 |
}
|
|
|
|
| 103 |
duration: 3000,
|
| 104 |
gravity: "top",
|
| 105 |
position: "center",
|
| 106 |
+
backgroundColor: "#fc0303",
|
| 107 |
}).showToast();
|
| 108 |
return;
|
| 109 |
}
|