update
This commit is contained in:
@@ -66,13 +66,7 @@ $("body").on('click', '#global_downloader_add_btn', function(e){
|
||||
});
|
||||
});
|
||||
|
||||
function command_modal_show(title) {
|
||||
ClientHeight = window.innerHeight
|
||||
document.getElementById("command_modal_title").innerHTML = title
|
||||
$("#command_modal").height(ClientHeight-100);
|
||||
$("#command_modal_textarea").height(ClientHeight-380);
|
||||
$("#command_modal").modal();
|
||||
}
|
||||
|
||||
|
||||
|
||||
// 토렌트 프로그램에 다운로드 추가할 결과를 보여주는
|
||||
|
||||
Reference in New Issue
Block a user