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 e3dd4c0 commit a07e1bdCopy full SHA for a07e1bd
plugin/frontend/js/shortcode.js
@@ -55,7 +55,7 @@ jQuery( document ).ready( function( $ ) {
55
arrows: ( 'true' === sgdgShortcodeLocalize.preview_arrows ),
56
button: ( 'true' === sgdgShortcodeLocalize.preview_closebutton ),
57
fullscreen: true,
58
- history: true,
+ history: false,
59
overlay: true,
60
quitOnEnd: ( 'true' === sgdgShortcodeLocalize.preview_quitOnEnd )
61
});
0 commit comments