Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-05-06 12:13:59 +0300
committersualko <klaus@jsxc.org>2020-05-06 12:34:52 +0300
commit4b6c6c940436b74d963372f9315b2d5e7cf01cf5 (patch)
tree5b9d34f92f2002b0c20257ff6a67df0817777f49 /example
parent2948e96b6a416aaf9c12930251c48817c9431e30 (diff)
feat: include jquery in build
Diffstat (limited to 'example')
-rw-r--r--example/index.html3
-rw-r--r--example/login.html3
2 files changed, 2 insertions, 4 deletions
diff --git a/example/index.html b/example/index.html
index 8e901759..d4207bad 100644
--- a/example/index.html
+++ b/example/index.html
@@ -196,9 +196,8 @@ jsxc.start(url, jid, sid, rid);</pre>
</div>
- <!-- require:dependencies -->
+ <!-- only needed for the example script -->
<script src="js/jquery.min.js"></script>
- <!-- endrequire -->
<!-- require:optional -->
<script src="/libsignal/dist/libsignal-protocol.js"></script>
diff --git a/example/login.html b/example/login.html
index c3e8f35e..5a9edb9d 100644
--- a/example/login.html
+++ b/example/login.html
@@ -33,9 +33,8 @@
</div>
</div>
- <!-- require:dependencies -->
+ <!-- only needed for the example script -->
<script src="js/jquery.min.js"></script>
- <!-- endrequire -->
<!-- require:optional -->
<script src="/libsignal/dist/libsignal-protocol.js"></script>