|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'commit_alert',:locals => {:status => @status}) %>');
|
|
|
|
|
showModal('ajax-modal', '250px');
|
|
|
|
|
$('#ajax-modal').css('height','100px');
|
|
|
|
|
showModal('ajax-modal', '270px');
|
|
|
|
|
$('#ajax-modal').css('height','110px');
|
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
|
$('#ajax-modal').before("<span style='float: right;cursor:pointer;'>" +
|
|
|
|
|
"<a href='javascript:' onclick='hidden_atert_form();'><img src='/images/bid/close.png' width='26px' height='26px' /></a></span>");
|
|
|
|
|