1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00

[lsch]fixed js bug for ie 7

This commit is contained in:
llj
2012-10-16 16:03:23 +08:00
parent 25abeb546e
commit 82400f7010

View File

@@ -55,7 +55,7 @@ function list_commit_change(obj) {
$('#ls-ch').html(title + content).modal({
appendTo:'#main',
maxHeight: window.innerHeight - 57,
autoResize:true,
autoResize:true
});
});
}