<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[BuddyPress][5997] trunk: Compress scripts/styles: 1.6-alpha-5997.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://buddypress.trac.wordpress.org/changeset/5997">5997</a></dd>
<dt>Author</dt> <dd>bumpbot</dd>
<dt>Date</dt> <dd>2012-04-20 19:58:27 +0000 (Fri, 20 Apr 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Compress scripts/styles: 1.6-alpha-5997.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpactivityadminjsadminjs">trunk/bp-activity/admin/js/admin.js</a></li>
<li><a href="#trunkbploaderphp">trunk/bp-loader.php</a></li>
<li><a href="#trunkbpxprofileadminjsadminjs">trunk/bp-xprofile/admin/js/admin.js</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpactivityadminjsadminjs"></a>
<div class="modfile"><h4>Modified: trunk/bp-activity/admin/js/admin.js (5996 => 5997)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-activity/admin/js/admin.js        2012-04-20 19:38:26 UTC (rev 5996)
+++ trunk/bp-activity/admin/js/admin.js        2012-04-20 19:58:27 UTC (rev 5997)
</span><span class="lines">@@ -1 +1 @@
</span><del>-(function(a){activityReply={init:function(){a(document).on(&quot;click&quot;,&quot;.row-actions a.reply&quot;,activityReply.open);a(document).on(&quot;click&quot;,&quot;#bp-activities-container a.cancel&quot;,activityReply.close);a(document).on(&quot;click&quot;,&quot;#bp-activities-container a.save&quot;,activityReply.send);a(document).on(&quot;keyup&quot;,&quot;#bp-activities:visible&quot;,function(b){if(27==b.which){activityReply.close()}})},open:function(c){var b=a(&quot;#bp-activities-container&quot;).hide();a(this).parents(&quot;tr&quot;).after(b);b.fadeIn(&quot;300&quot;);a(&quot;#bp-activities&quot;).focus();return false},close:function(b){a(&quot;#bp-activities-container&quot;).fadeOut(&quot;200&quot;,function(){a(&quot;#bp-activities&quot;).val(&quot;&quot;).blur();a(&quot;#bp-replysubmit .error&quot;).html(&quot;&quot;).hide();a(&quot;#bp-replysubmit .waiting&quot;).hide()});return false},send:function(c){a(&quot;#bp-replysubmit .error&quot;).hide();a(
 &quot;#bp-replysubmit .waiting&quot;).show();var b={};b[&quot;_ajax_nonce-bp-activity-admin-reply&quot;]=a('#bp-activities-container input[name=&quot;_ajax_nonce-bp-activity-admin-reply&quot;]').val();b.action=&quot;bp-activity-admin-reply&quot;;b.content=a(&quot;#bp-activities&quot;).val();b.parent_id=a(&quot;#bp-activities-container&quot;).prev().data(&quot;parent_id&quot;);b.root_id=a(&quot;#bp-activities-container&quot;).prev().data(&quot;root_id&quot;);a.ajax({data:b,type:&quot;POST&quot;,url:ajaxurl,error:function(d){activityReply.error(d)},success:function(d){activityReply.show(d)}});return false},error:function(b){var c=b.statusText;a(&quot;#bp-replysubmit .waiting&quot;).hide();if(b.responseText){c=b.responseText.replace(/&lt;.[^&lt;&gt;]*?&gt;/g,&quot;&quot;)}if(c){a(&quot;#bp-replysubmit .error&quot;).html(c).show()}},show:function(c){var d,e,b;if(typeof(c)==&quot;string&quot;){activityReply.error({responseText:c});return false}b=wpAjax.parseAjaxResponse(c);if(b.e
 rrors){activityReply.error({responseText:wpAjax.broken});return false}b=b.responses[0];a(&quot;#bp-activities-container&quot;).fadeOut(&quot;200&quot;,function(){a(&quot;#bp-activities&quot;).val(&quot;&quot;).blur();a(&quot;#bp-replysubmit .error&quot;).html(&quot;&quot;).hide();a(&quot;#bp-replysubmit .waiting&quot;).hide();a(&quot;#bp-activities-container&quot;).before(b.data);e=a(&quot;#activity-&quot;+b.id);d=e.closest(&quot;.widefat&quot;).css(&quot;backgroundColor&quot;);e.animate({backgroundColor:&quot;#CEB&quot;},300).animate({backgroundColor:d},300)})}};a(document).ready(function(){activityReply.init();a(&quot;#bp_activity_action h3, #bp_activity_content h3&quot;).unbind(&quot;click&quot;)})})(jQuery);
</del><span class="cx">\ No newline at end of file
</span><ins>+(function(b){var a={init:function(){b(document).on(&quot;click&quot;,&quot;.row-actions a.reply&quot;,a.open);b(document).on(&quot;click&quot;,&quot;#bp-activities-container a.cancel&quot;,a.close);b(document).on(&quot;click&quot;,&quot;#bp-activities-container a.save&quot;,a.send);b(document).on(&quot;keyup&quot;,&quot;#bp-activities:visible&quot;,function(c){if(27==c.which){a.close()}})},open:function(d){var c=b(&quot;#bp-activities-container&quot;).hide();b(this).parents(&quot;tr&quot;).after(c);c.fadeIn(&quot;300&quot;);b(&quot;#bp-activities&quot;).focus();return false},close:function(c){b(&quot;#bp-activities-container&quot;).fadeOut(&quot;200&quot;,function(){b(&quot;#bp-activities&quot;).val(&quot;&quot;).blur();b(&quot;#bp-replysubmit .error&quot;).html(&quot;&quot;).hide();b(&quot;#bp-replysubmit .waiting&quot;).hide()});return false},send:function(d){b(&quot;#bp-replysubmit .error&quot;).hide();b(&quot;#bp-replysubmit .waiting&quot;).show();var c={};c[
 &quot;_ajax_nonce-bp-activity-admin-reply&quot;]=b('#bp-activities-container input[name=&quot;_ajax_nonce-bp-activity-admin-reply&quot;]').val();c.action=&quot;bp-activity-admin-reply&quot;;c.content=b(&quot;#bp-activities&quot;).val();c.parent_id=b(&quot;#bp-activities-container&quot;).prev().data(&quot;parent_id&quot;);c.root_id=b(&quot;#bp-activities-container&quot;).prev().data(&quot;root_id&quot;);b.ajax({data:c,type:&quot;POST&quot;,url:ajaxurl,error:function(e){a.error(e)},success:function(e){a.show(e)}});return false},error:function(c){var d=c.statusText;b(&quot;#bp-replysubmit .waiting&quot;).hide();if(c.responseText){d=c.responseText.replace(/&lt;.[^&lt;&gt;]*?&gt;/g,&quot;&quot;)}if(d){b(&quot;#bp-replysubmit .error&quot;).html(d).show()}},show:function(d){var e,f,c;if(typeof(d)==&quot;string&quot;){a.error({responseText:d});return false}c=wpAjax.parseAjaxResponse(d);if(c.errors){a.error({responseText:wpAjax.broken});return false}c=c.responses[0];b(&quot;#bp-activ
 ities-container&quot;).fadeOut(&quot;200&quot;,function(){b(&quot;#bp-activities&quot;).val(&quot;&quot;).blur();b(&quot;#bp-replysubmit .error&quot;).html(&quot;&quot;).hide();b(&quot;#bp-replysubmit .waiting&quot;).hide();b(&quot;#bp-activities-container&quot;).before(c.data);f=b(&quot;#activity-&quot;+c.id);e=f.closest(&quot;.widefat&quot;).css(&quot;backgroundColor&quot;);f.animate({backgroundColor:&quot;#CEB&quot;},300).animate({backgroundColor:e},300)})}};b(document).ready(function(){a.init();b(&quot;#bp_activity_action h3, #bp_activity_content h3&quot;).unbind(&quot;click&quot;)})})(jQuery);
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkbploaderphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-loader.php (5996 => 5997)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-loader.php        2012-04-20 19:38:26 UTC (rev 5996)
+++ trunk/bp-loader.php        2012-04-20 19:58:27 UTC (rev 5997)
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * @var string BuddyPress version
</span><span class="cx">          */
</span><del>-        public $version = '1.6-alpha-5866';
</del><ins>+        public $version = '1.6-alpha-5997';
</ins><span class="cx"> 
</span><span class="cx">         /**
</span><span class="cx">          * @var int Database version of current BuddyPress files
</span></span></pre></div>
<a id="trunkbpxprofileadminjsadminjs"></a>
<div class="modfile"><h4>Modified: trunk/bp-xprofile/admin/js/admin.js (5996 => 5997)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-xprofile/admin/js/admin.js        2012-04-20 19:38:26 UTC (rev 5996)
+++ trunk/bp-xprofile/admin/js/admin.js        2012-04-20 19:58:27 UTC (rev 5997)
</span><span class="lines">@@ -1 +1 @@
</span><del>-function add_option(f){var h=document.getElementById(f+&quot;_more&quot;);var j=document.getElementById(f+&quot;_option_number&quot;).value;var a=document.createElement(&quot;p&quot;);var g=document.createElement(&quot;input&quot;);var i=document.createElement(&quot;label&quot;);var e=document.createTextNode(&quot;Option &quot;+j+&quot;: &quot;);var b=document.createElement(&quot;input&quot;);var d=document.createElement(&quot;label&quot;);var c=document.createTextNode(&quot; Default Value &quot;);a.setAttribute(&quot;id&quot;,f+&quot;_div&quot;+j);g.setAttribute(&quot;type&quot;,&quot;text&quot;);g.setAttribute(&quot;name&quot;,f+&quot;_option[&quot;+j+&quot;]&quot;);g.setAttribute(&quot;id&quot;,f+&quot;_option&quot;+j);i.setAttribute(&quot;for&quot;,f+&quot;_option&quot;+j);i.appendChild(e);if(f==&quot;checkbox&quot;||f==&quot;multiselectbox&quot;){b.setAttribute(&quot;type&quot;,&quot;checkbox&quot;);b.setAttribute(&quot;name&quot;,&quot;isDefault_&quot;+f+&q
 uot;_option[&quot;+j+&quot;]&quot;)}else{b.setAttribute(&quot;type&quot;,&quot;radio&quot;);b.setAttribute(&quot;name&quot;,&quot;isDefault_&quot;+f+&quot;_option&quot;)}b.setAttribute(&quot;value&quot;,j);d.appendChild(c);d.setAttribute(&quot;for&quot;,&quot;isDefault_&quot;+f+&quot;_option[]&quot;);toDelete=document.createElement(&quot;a&quot;);toDeleteText=document.createTextNode(&quot;[x]&quot;);toDelete.setAttribute(&quot;href&quot;,&quot;javascript:hide('&quot;+f+&quot;_div&quot;+j+&quot;')&quot;);toDelete.setAttribute(&quot;class&quot;,&quot;delete&quot;);toDelete.appendChild(toDeleteText);a.appendChild(i);a.appendChild(g);a.appendChild(document.createTextNode(&quot; &quot;));a.appendChild(b);a.appendChild(d);a.appendChild(toDelete);h.appendChild(a);j++;document.getElementById(f+&quot;_option_number&quot;).value=j}function show_options(a){document.getElementById(&quot;radio&quot;).style.display=&quot;none&quot;;document.getElementById(&quot;selectbox&quot;).style.disp
 lay=&quot;none&quot;;document.getElementById(&quot;multiselectbox&quot;).style.display=&quot;none&quot;;document.getElementById(&quot;checkbox&quot;).style.display=&quot;none&quot;;if(a==&quot;radio&quot;){document.getElementById(&quot;radio&quot;).style.display=&quot;&quot;}if(a==&quot;selectbox&quot;){document.getElementById(&quot;selectbox&quot;).style.display=&quot;&quot;}if(a==&quot;multiselectbox&quot;){document.getElementById(&quot;multiselectbox&quot;).style.display=&quot;&quot;}if(a==&quot;checkbox&quot;){document.getElementById(&quot;checkbox&quot;).style.display=&quot;&quot;}}function hide(a){if(!document.getElementById(a)){return false}document.getElementById(a).style.display=&quot;none&quot;;document.getElementById(a).value=&quot;&quot;}var fixHelper=function(b,a){a.children().each(function(){jQuery(this).width(jQuery(this).width())});return a};jQuery(document).ready(function(){jQuery(&quot;a.ajax-option-delete&quot;).click(function(){var d=this.id.split(&quot;-
 &quot;);d=d[1];jQuery.post(ajaxurl,{action:&quot;xprofile_delete_option&quot;,cookie:encodeURIComponent(document.cookie),_wpnonce:jQuery(&quot;input#_wpnonce&quot;).val(),option_id:d},function(e){})});jQuery(&quot;ul#field-group-tabs&quot;).show();jQuery(&quot;ul#field-group-tabs&quot;).sortable({cursor:&quot;move&quot;,axis:&quot;x&quot;,opacity:0.6,items:&quot;li&quot;,tolerance:&quot;pointer&quot;,update:function(){jQuery.post(ajaxurl,{action:&quot;xprofile_reorder_groups&quot;,cookie:encodeURIComponent(document.cookie),_wpnonce_reorder_groups:jQuery(&quot;input#_wpnonce_reorder_groups&quot;).val(),group_order:jQuery(this).sortable(&quot;serialize&quot;)},function(d){})}}).disableSelection();jQuery(&quot;fieldset.field-group&quot;).sortable({cursor:&quot;move&quot;,opacity:0.3,items:&quot;fieldset&quot;,tolerance:&quot;pointer&quot;,update:function(){jQuery.post(ajaxurl,{action:&quot;xprofile_reorder_fields&quot;,cookie:encodeURIComponent(document.cookie),_wpnonce_reorder
 _fields:jQuery(&quot;input#_wpnonce_reorder_fields&quot;).val(),field_order:jQuery(this).sortable(&quot;serialize&quot;),field_group_id:jQuery(this).attr(&quot;id&quot;)},function(d){})}}).disableSelection().css(&quot;cursor&quot;,&quot;move&quot;);var b;var a=jQuery(&quot;#tabs&quot;).tabs();c(a);function c(d){b=jQuery(&quot;ul:first li&quot;,d).droppable({accept:&quot;.connectedSortable fieldset&quot;,hoverClass:&quot;ui-state-hover&quot;,activeClass:&quot;ui-state-acceptable&quot;,touch:&quot;pointer&quot;,tolerance:&quot;pointer&quot;,drop:function(g,h){var e=jQuery(this);var f=jQuery(e.find(&quot;a&quot;).attr(&quot;href&quot;)).find(&quot;.connectedSortable&quot;);jQuery(e).removeClass(&quot;drop-candidate&quot;);h.draggable.hide(&quot;slow&quot;,function(){d.tabs(&quot;select&quot;,b.index(e));jQuery(this).appendTo(f).show(&quot;slow&quot;).animate({opacity:&quot;1&quot;},500);f=jQuery(e.find(&quot;a&quot;).attr(&quot;href&quot;)).find(&quot;.connectedSortable&quot;);
 jQuery(f).find(&quot;p.nofields&quot;).hide(&quot;slow&quot;);jQuery.post(ajaxurl,{action:&quot;xprofile_reorder_fields&quot;,cookie:encodeURIComponent(document.cookie),_wpnonce_reorder_fields:jQuery(&quot;input#_wpnonce_reorder_fields&quot;).val(),field_order:jQuery(f).sortable(&quot;serialize&quot;),field_group_id:jQuery(f).attr(&quot;id&quot;)},function(i){})})},over:function(e,f){jQuery(this).addClass(&quot;drop-candidate&quot;)},out:function(e,f){jQuery(this).removeClass(&quot;drop-candidate&quot;)}})}});
</del><span class="cx">\ No newline at end of file
</span><ins>+function add_option(g){var j=document.getElementById(g+&quot;_more&quot;);var l=document.getElementById(g+&quot;_option_number&quot;).value;var a=document.createElement(&quot;p&quot;);var h=document.createElement(&quot;input&quot;);var k=document.createElement(&quot;label&quot;);var f=document.createTextNode(&quot;Option &quot;+l+&quot;: &quot;);var b=document.createElement(&quot;input&quot;);var e=document.createElement(&quot;label&quot;);var d=document.createTextNode(&quot; Default Value &quot;);a.setAttribute(&quot;id&quot;,g+&quot;_div&quot;+l);h.setAttribute(&quot;type&quot;,&quot;text&quot;);h.setAttribute(&quot;name&quot;,g+&quot;_option[&quot;+l+&quot;]&quot;);h.setAttribute(&quot;id&quot;,g+&quot;_option&quot;+l);k.setAttribute(&quot;for&quot;,g+&quot;_option&quot;+l);k.appendChild(f);if(g==&quot;checkbox&quot;||g==&quot;multiselectbox&quot;){b.setAttribute(&quot;type&quot;,&quot;checkbox&quot;);b.setAttribute(&quot;name&quot;,&quot;isDefault_&quot;+g+&q
 uot;_option[&quot;+l+&quot;]&quot;)}else{b.setAttribute(&quot;type&quot;,&quot;radio&quot;);b.setAttribute(&quot;name&quot;,&quot;isDefault_&quot;+g+&quot;_option&quot;)}b.setAttribute(&quot;value&quot;,l);e.appendChild(d);e.setAttribute(&quot;for&quot;,&quot;isDefault_&quot;+g+&quot;_option[]&quot;);var c=document.createElement(&quot;a&quot;);var i=document.createTextNode(&quot;[x]&quot;);c.setAttribute(&quot;href&quot;,&quot;javascript:hide('&quot;+g+&quot;_div&quot;+l+&quot;')&quot;);c.setAttribute(&quot;class&quot;,&quot;delete&quot;);c.appendChild(i);a.appendChild(k);a.appendChild(h);a.appendChild(document.createTextNode(&quot; &quot;));a.appendChild(b);a.appendChild(e);a.appendChild(c);j.appendChild(a);l++;document.getElementById(g+&quot;_option_number&quot;).value=l}function show_options(a){document.getElementById(&quot;radio&quot;).style.display=&quot;none&quot;;document.getElementById(&quot;selectbox&quot;).style.display=&quot;none&quot;;document.getElementById(&quo
 t;multiselectbox&quot;).style.display=&quot;none&quot;;document.getElementById(&quot;checkbox&quot;).style.display=&quot;none&quot;;if(a==&quot;radio&quot;){document.getElementById(&quot;radio&quot;).style.display=&quot;&quot;}if(a==&quot;selectbox&quot;){document.getElementById(&quot;selectbox&quot;).style.display=&quot;&quot;}if(a==&quot;multiselectbox&quot;){document.getElementById(&quot;multiselectbox&quot;).style.display=&quot;&quot;}if(a==&quot;checkbox&quot;){document.getElementById(&quot;checkbox&quot;).style.display=&quot;&quot;}}function hide(a){if(!document.getElementById(a)){return false}document.getElementById(a).style.display=&quot;none&quot;;document.getElementById(a).value=&quot;&quot;}var fixHelper=function(b,a){a.children().each(function(){jQuery(this).width(jQuery(this).width())});return a};jQuery(document).ready(function(){jQuery(&quot;a.ajax-option-delete&quot;).click(function(){var d=this.id.split(&quot;-&quot;);d=d[1];jQuery.post(ajaxurl,{action:&quot;
 xprofile_delete_option&quot;,cookie:encodeURIComponent(document.cookie),_wpnonce:jQuery(&quot;input#_wpnonce&quot;).val(),option_id:d},function(e){})});jQuery(&quot;ul#field-group-tabs&quot;).show();jQuery(&quot;ul#field-group-tabs&quot;).sortable({cursor:&quot;move&quot;,axis:&quot;x&quot;,opacity:0.6,items:&quot;li&quot;,tolerance:&quot;pointer&quot;,update:function(){jQuery.post(ajaxurl,{action:&quot;xprofile_reorder_groups&quot;,cookie:encodeURIComponent(document.cookie),_wpnonce_reorder_groups:jQuery(&quot;input#_wpnonce_reorder_groups&quot;).val(),group_order:jQuery(this).sortable(&quot;serialize&quot;)},function(d){})}}).disableSelection();jQuery(&quot;fieldset.field-group&quot;).sortable({cursor:&quot;move&quot;,opacity:0.3,items:&quot;fieldset&quot;,tolerance:&quot;pointer&quot;,update:function(){jQuery.post(ajaxurl,{action:&quot;xprofile_reorder_fields&quot;,cookie:encodeURIComponent(document.cookie),_wpnonce_reorder_fields:jQuery(&quot;input#_wpnonce_reorder_field
 s&quot;).val(),field_order:jQuery(this).sortable(&quot;serialize&quot;),field_group_id:jQuery(this).attr(&quot;id&quot;)},function(d){})}}).disableSelection().css(&quot;cursor&quot;,&quot;move&quot;);var b;var a=jQuery(&quot;#tabs&quot;).tabs();c(a);function c(d){b=jQuery(&quot;ul:first li&quot;,d).droppable({accept:&quot;.connectedSortable fieldset&quot;,hoverClass:&quot;ui-state-hover&quot;,activeClass:&quot;ui-state-acceptable&quot;,touch:&quot;pointer&quot;,tolerance:&quot;pointer&quot;,drop:function(g,h){var e=jQuery(this);var f=jQuery(e.find(&quot;a&quot;).attr(&quot;href&quot;)).find(&quot;.connectedSortable&quot;);jQuery(e).removeClass(&quot;drop-candidate&quot;);h.draggable.hide(&quot;slow&quot;,function(){d.tabs(&quot;select&quot;,b.index(e));jQuery(this).appendTo(f).show(&quot;slow&quot;).animate({opacity:&quot;1&quot;},500);f=jQuery(e.find(&quot;a&quot;).attr(&quot;href&quot;)).find(&quot;.connectedSortable&quot;);jQuery(f).find(&quot;p.nofields&quot;).hide(&quot
 ;slow&quot;);jQuery.post(ajaxurl,{action:&quot;xprofile_reorder_fields&quot;,cookie:encodeURIComponent(document.cookie),_wpnonce_reorder_fields:jQuery(&quot;input#_wpnonce_reorder_fields&quot;).val(),field_order:jQuery(f).sortable(&quot;serialize&quot;),field_group_id:jQuery(f).attr(&quot;id&quot;)},function(i){})})},over:function(e,f){jQuery(this).addClass(&quot;drop-candidate&quot;)},out:function(e,f){jQuery(this).removeClass(&quot;drop-candidate&quot;)}})}});
</ins><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>