Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 12: | Rivi 12: | ||
function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | function <!--{$id|default:FormEnabler|escape:'html'}-->_funcX() { | ||
jQuery( document ).on( 'click', ' | |||
jQuery( document ).on( 'click', 'form#pfForm', function( e ) { | |||
console.log( 'click' ); | console.log( 'click' ); | ||
e.stopImmediatePropagation(); | e.stopImmediatePropagation(); | ||
| Rivi 19: | Rivi 20: | ||
e.stopPropagation(); | e.stopPropagation(); | ||
}); | }); | ||
jQuery( document ).on( ' | |||
console.log( ' | jQuery( document ).on( 'click', '.JwMinimizedArchive', function( e ) { | ||
console.log( 'click' ); | |||
e.stopImmediatePropagation(); | e.stopImmediatePropagation(); | ||
e.preventDefault(); | e.preventDefault(); | ||
e.stopPropagation(); | e.stopPropagation(); | ||
}); | }); | ||
var timer = setInterval( function() { | var timer = setInterval( function() { | ||


