We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ab7e2 commit 79569f7Copy full SHA for 79569f7
app/views/docs/sqlite-performance-optimization-pragma-chacha20-production-guide/index.pug
@@ -1,6 +1,29 @@
1
extends ../../layout
2
3
+block append scripts
4
+ script(
5
+ defer,
6
+ src=manifest("js/ekko-lightbox.js"),
7
+ integrity=manifest("js/ekko-lightbox.js", "integrity"),
8
+ crossorigin="anonymous"
9
+ )
10
+
11
block body
12
+ if !isBot(ctx.get('User-Agent'))
13
+ script(defer, nonce=nonce).
14
+ window.addEventListener(
15
+ "load",
16
+ function load() {
17
+ if (!window.jQuery) return setTimeout(load, 50);
18
+ $(function () {
19
+ $(document).on("click", '[data-toggle="lightbox"]', function (ev) {
20
+ ev.preventDefault();
21
+ $(this).ekkoLightbox();
22
+ });
23
24
+ },
25
+ false
26
+ );
27
.container-fluid.py-3
28
.row
29
case locale
0 commit comments