DmitrMakeev
commited on
Commit
•
cadf11c
1
Parent(s):
fb00d89
Update se_mes.html
Browse files- se_mes.html +1 -1
se_mes.html
CHANGED
@@ -85,7 +85,7 @@
|
|
85 |
</div>
|
86 |
</div>
|
87 |
<input type="file" id="fileInput" accept=".txt">
|
88 |
-
<button id="sendButton"
|
89 |
|
90 |
<script>
|
91 |
document.getElementById('sendButton').addEventListener('click', function() {
|
|
|
85 |
</div>
|
86 |
</div>
|
87 |
<input type="file" id="fileInput" accept=".txt">
|
88 |
+
<button id="sendButton">Запустить рассылку</button>
|
89 |
|
90 |
<script>
|
91 |
document.getElementById('sendButton').addEventListener('click', function() {
|