mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70151 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ec6282c808
commit
36bd0dea29
@ -144,7 +144,7 @@ $(document).ready(function() {
|
|||||||
* Table record handler for search result record
|
* Table record handler for search result record
|
||||||
* @todo: Shouldn't this be part of TableListField?
|
* @todo: Shouldn't this be part of TableListField?
|
||||||
*/
|
*/
|
||||||
$('#right #Form_ResultsForm tbody td a:not(.deletelink)')
|
$('#right #Form_ResultsForm tbody td a:not(.deletelink,.downloadlink)')
|
||||||
.livequery('click', function(){
|
.livequery('click', function(){
|
||||||
$(this).parent().parent().addClass('loading');
|
$(this).parent().parent().addClass('loading');
|
||||||
var el = $(this);
|
var el = $(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user