View | Details | Raw Unified | Return to bug 11088
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 59-64 $(document).ready(function() { Link Here
59
		mrform.hide();
59
		mrform.hide();
60
		e.preventDefault();
60
		e.preventDefault();
61
	});
61
	});
62
    $('#floating-save').css( { bottom: parseInt( $('#floating-save').css('bottom') ) + $('#changelanguage').height() + 'px' } );
62
});
63
});
63
64
64
function clear_entry(node) {
65
function clear_entry(node) {
65
- 

Return to bug 11088