Skip to content
Snippets Groups Projects
Commit f57bdf2b authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fixes

parent a1d0d289
No related branches found
No related tags found
1 merge request!4Merging develop into main
......@@ -205,9 +205,9 @@ $endif$
// TODO check if still in use
rollingLinks: ('$rollingLinks$' === '' ? false : true),
// Hides the address bar on mobile devices
hideAddressBar: ('$controls$' === '' ? false : true),
hideAddressBar: ('$hideAddressBar$' === '' ? false : true),
// Opens links in an iframe preview overlay
previewLinks: ('$controls$' === '' ? false : true)$previewLinks$,
previewLinks: ('$previewLinks$' === '' ? false : true),
$if(transition)$
// Transition style
transition: '$transition$', // none/fade/slide/convex/concave/zoom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment