Flag "Block right click"
-
Hi,
when this flag is enabled, there is a javascript error that stops the loading of the web page (see below).From Javascript Console (Mozilla Firefox Developer) I got this:
SyntaxError: illegal characterSource code:
<p><script type="text/javascript">function fpDisableContextMenu(imgs) { function absorbEvent_(event) { var e = event || window.event; e.preventDefault && e.preventDefault(); // ERROR HERE e.stopPropagation && e.stopPropagation(); e.cancelBubble = true; e.returnValue = false; return false; } imgs.on("contextmenu ontouchstart ontouchmove ontouchend ontouchcancel", absorbEvent_); } jQueryFJGWPP(document).ready(function(){ jQueryFJGWPP("#flickrGal0").on('jg.complete', function() { jQueryFJGWPP("#flickrGal0").find("> a").swipebox({
https://www.ads-software.com/plugins/flickr-justified-gallery/
- The topic ‘Flag "Block right click"’ is closed to new replies.