Skip to content

Commit a07e1bd

Browse files
committed
Disabled history
1 parent e3dd4c0 commit a07e1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/frontend/js/shortcode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jQuery( document ).ready( function( $ ) {
5555
arrows: ( 'true' === sgdgShortcodeLocalize.preview_arrows ),
5656
button: ( 'true' === sgdgShortcodeLocalize.preview_closebutton ),
5757
fullscreen: true,
58-
history: true,
58+
history: false,
5959
overlay: true,
6060
quitOnEnd: ( 'true' === sgdgShortcodeLocalize.preview_quitOnEnd )
6161
});

0 commit comments

Comments
 (0)