Merge branch 'develop' of https://git.trustie.net/jacknudt/trustieforge into develop
commit
0b5aa4b81e
@ -1,4 +1,6 @@
|
||||
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'users/show_user_homeworks') %>');
|
||||
showModal('ajax-modal', '1040px');
|
||||
$('#ajax-modal').siblings().remove();
|
||||
$('#ajax-modal').parent().css("top","20%").css("left","25%").css("position","fixed").css("border","3px solid #269ac9");
|
||||
var mTop = ($(window).height()-646)/2;
|
||||
var mLeft = ($(window).width()-1054)/2;
|
||||
$('#ajax-modal').parent().css("border","3px solid #269ac9").css("top","mTop").css("left","mLeft").css("position","fixed");
|
Loading…
Reference in new issue