function locationGroup_onchange(){return $("#ddSender").attr("value",$(this).attr("id")),$("#locId").attr("value",$(this).val()),skipAjax=!1,$("form").submit(),!1}var skipAjax=!0;$(document).ready(function(){$("#showPasswords").change(function(n){return n.preventDefault(),$("#showPasswords").is(":checked")?$(".password").attr("type","text"):$(".password").attr("type","password"),!1});$(".locationGroup").change(locationGroup_onchange);$("form").submit(function(n){if(skipAjax)return!0;n.preventDefault();$("#locationGroupLoading").show();$("#locationGroup").hide();$("#showPasswords").is(":checked")||$(".password").attr("type","password");var t=$(n.target).serialize();return $.ajax({url:"GetLocationGroupPartialView",type:"POST",contentType:"application/x-www-form-urlencoded",data:t,dataType:"html",cache:!1}).done(function(n){$("#locationGroup").html(n).hide()}).always(function(){skipAjax=!0;$(".locationGroup").change(locationGroup_onchange);$("#locationGroup").show();$("#locationGroupLoading").hide()}),!1})})