mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-21 15:58:52 +00:00
shouquanxiugai
This commit is contained in:
@@ -89,7 +89,7 @@ function move(from, to, from_o, to_o) {
|
||||
//}
|
||||
//
|
||||
|
||||
function selectAll(){
|
||||
function selectAllOption(){
|
||||
var checklist = document.getElementsByName ("selected");
|
||||
if(document.getElementById("select_all").checked)
|
||||
{
|
||||
@@ -106,6 +106,12 @@ function selectAll(){
|
||||
|
||||
}
|
||||
|
||||
function checkAll(formID){
|
||||
$('#'+formID+'option').each(function(){
|
||||
$(this).attr('checked', true)
|
||||
})
|
||||
}
|
||||
|
||||
//
|
||||
//function move_all(from, to){
|
||||
// $("#"+from).children().each(function(){
|
||||
|
Reference in New Issue
Block a user