Spaces:
Sleeping
Sleeping
DmitrMakeev
commited on
Commit
•
f3f8f88
1
Parent(s):
46ff083
Update up_gr.html
Browse files- up_gr.html +8 -2
up_gr.html
CHANGED
@@ -125,7 +125,13 @@
|
|
125 |
|
126 |
const data = await response.json();
|
127 |
document.getElementById('groupIdToCopy').innerText = data.chatId;
|
128 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
console.log('Response JSON:', data);
|
130 |
} catch (error) {
|
131 |
|
@@ -149,7 +155,7 @@
|
|
149 |
document.execCommand('copy');
|
150 |
document.body.removeChild(tempInput);
|
151 |
Toastify({
|
152 |
-
text: "
|
153 |
duration: 3000,
|
154 |
gravity: "top",
|
155 |
position: "center",
|
|
|
125 |
|
126 |
const data = await response.json();
|
127 |
document.getElementById('groupIdToCopy').innerText = data.chatId;
|
128 |
+
Toastify({
|
129 |
+
text: "Группв созданна успешно, пользователи добавленны!",
|
130 |
+
duration: 3000,
|
131 |
+
gravity: "top",
|
132 |
+
position: "center",
|
133 |
+
backgroundColor: "#4CAF50",
|
134 |
+
}).showToast();
|
135 |
console.log('Response JSON:', data);
|
136 |
} catch (error) {
|
137 |
|
|
|
155 |
document.execCommand('copy');
|
156 |
document.body.removeChild(tempInput);
|
157 |
Toastify({
|
158 |
+
text: "ИД группы скопираванно, обязательно созраните его!!",
|
159 |
duration: 3000,
|
160 |
gravity: "top",
|
161 |
position: "center",
|