Changeset 57289

Show
Ignore:
Timestamp:
02/07/08 19:48:28 (2 months ago)
Author:
ischommer
Message:

BUGFIX fixed search result links in ModelAdmin? (javascript wasn't applied after paging through the TableListField?)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • modules/cms/branches/roa/javascript/ModelAdmin.js

    r57180 r57289  
    104104                        Behaviour.apply(); 
    105105                         
    106                         jQuery('#right #ModelAdminPanel tbody td a').click(function(){ 
     106                        jQuery('#right #ModelAdminPanel tbody td a').livequery('click', function(){ 
    107107                                var el = jQuery(this); 
    108108                                showRecord(el.attr('href'));