Revision 7a2a14b3
Added by Andreas Kohlbecker over 9 years ago
7.x/modules/cdm_dataportal/cdm_api/cdm_api.module | ||
---|---|---|
1773 | 1773 |
$(\'.messages.debug\').before( \'<h6 class="messages_toggler debug">Debug Messages (click to toggle)</h6>\' ); |
1774 | 1774 |
$(\'.messages_toggler\').click(function(){ |
1775 | 1775 |
$(this).next().slideToggle(\'fast\'); |
1776 |
return FALSE;
|
|
1776 |
return false;
|
|
1777 | 1777 |
}).next().hide(); |
1778 | 1778 |
});', array('type' => 'inline')); |
1779 | 1779 |
|
Also available in: Unified diff
fixing #3217 (specimens: rename label type into 'Basis of record') and solving a lot of problems like recursive page loading du to a bug in ahah-content.js and type in cdm service call, ...