DmitrMakeev commited on
Commit
027c0c9
1 Parent(s): f3f8f88

Update up_gr.html

Browse files
Files changed (1) hide show
  1. up_gr.html +7 -7
up_gr.html CHANGED
@@ -129,8 +129,8 @@
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) {
@@ -139,8 +139,8 @@
139
  text: "Ошибка создания группы!",
140
  duration: 3000,
141
  gravity: "top",
142
- position: "center",
143
- backgroundColor: "#4CAF50",
144
  }).showToast();
145
  }
146
  };
@@ -155,11 +155,11 @@
155
  document.execCommand('copy');
156
  document.body.removeChild(tempInput);
157
  Toastify({
158
- text: "ИД группы скопираванно, обязательно созраните его!!",
159
  duration: 3000,
160
  gravity: "top",
161
- position: "center",
162
- backgroundColor: "#4CAF50",
163
  }).showToast();
164
  }
165
  </script>
 
129
  text: "Группв созданна успешно, пользователи добавленны!",
130
  duration: 3000,
131
  gravity: "top",
132
+ position: "right",
133
+ backgroundColor: "#96fa9d",
134
  }).showToast();
135
  console.log('Response JSON:', data);
136
  } catch (error) {
 
139
  text: "Ошибка создания группы!",
140
  duration: 3000,
141
  gravity: "top",
142
+ position: "right",
143
+ backgroundColor: "#fa0202",
144
  }).showToast();
145
  }
146
  };
 
155
  document.execCommand('copy');
156
  document.body.removeChild(tempInput);
157
  Toastify({
158
+ text: "ИД группы скопировано, обязательно сохраните его, в последующем вы не сможете его получить!",
159
  duration: 3000,
160
  gravity: "top",
161
+ position: "right",
162
+ backgroundColor: "#fa8202",
163
  }).showToast();
164
  }
165
  </script>