]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Removed debug log to console as it was preventing FF from executing the rest of the...
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 28 May 2010 13:47:38 +0000 (13:47 +0000)
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 28 May 2010 13:47:38 +0000 (13:47 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@6268 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/profile/views/default/profile/editdefaultprofileitems.php

index 1706fbb34a62e72a08ff600d8aa65fc9e8bcf84c..dc15f0c50035fecad995267c1280086a1e2c8c93 100644 (file)
@@ -4,8 +4,6 @@ var reorderURL = '<?php echo elgg_add_action_tokens_to_url($vars['url'] . 'actio
 function sortCallback(event, ui) {
        var orderArr = $('#sortable_profile_fields').sortable('toArray');
        var orderStr = orderArr.join(',');
-       console.log(orderArr);
-       console.log(orderStr);
        jQuery.post(reorderURL, {'fieldorder': orderStr});
 }