Changeset 9579
- Timestamp:
- 05/03/10 08:22:07 (3 years ago)
- Files:
-
- modules/branches/2.8/directory/page.directory.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/directory/page.directory.php
r9578 r9579 76 76 $.ajax({ 77 77 url: location.href, 78 data: 'ajaxgettr='+user+'&quietmode=1&skip_astman=1 ',78 data: 'ajaxgettr='+user+'&quietmode=1&skip_astman=1&restrictmods=directory/core/recordings', 79 79 success: function(data) { 80 80 $('.result').html(data); 81 81 $('#dir_entires_tbl').last().append(data); 82 } 82 }, 83 error: function(XMLHttpRequest, textStatus, errorThrown) { 84 var msg = "<?php echo _("An Error occurred trying to contact the server adding a row, no reply.")?>"; 85 alert(msg); 86 } 83 87 }); 84 88
