1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-20 21:03:05 +00:00

Modify labels

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 14:14:06 +02:00
parent 623494ac56
commit ae67b9f662
2 changed files with 6 additions and 12 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
<p><button id="hello">click me</button></p>
<p><textarea id="echo-content">
<p><textarea id="push-content">
Send this as ajax
</textarea></p>
<p><button id="echo">Send ajax request</button></p>
<p><button id="push">Test push SMS</button></p>
Ajax response: <div id="echo-result"></div>
Push response: <div id="push-result"></div>