|
|
@ -1,5 +1,5 @@
|
|
|
|
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'join_private_course') %>');
|
|
|
|
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'join_private_course') %>');
|
|
|
|
showModal('ajax-modal', '510px');
|
|
|
|
showModal('ajax-modal', '540px');
|
|
|
|
$('#ajax-modal').css('height','330px');
|
|
|
|
$('#ajax-modal').css('height','330px');
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
$('#ajax-modal').before("<span style='float: right;cursor:pointer;padding-left: 513px;'>" +
|
|
|
|
$('#ajax-modal').before("<span style='float: right;cursor:pointer;padding-left: 513px;'>" +
|
|
|
|