/*======================================================================*\ || #################################################################### || || # Asirra module for ConfirmEdit by Bachsau # || || # ---------------------------------------------------------------- # || || # This code is released into public domain, in the hope that it # || || # will be useful, but without any warranty. # || || # ------------ YOU CAN DO WITH IT WHATEVER YOU LIKE! ------------- # || || #################################################################### || \*======================================================================*/ jQuery( function( $ ) { var asirraform = $( "form#userlogin2" ); var submitButtonClicked = document.createElement("input"); var passThroughFormSubmit = false; function PrepareSubmit() { console.log( 'daa' ); submitButtonClicked.type = "hidden"; var inputFields = asirraform.find( "input" ); for (var i=0; i