Merge branch 'tolag3'
This commit is contained in:
parent
5e81d7ffb6
commit
38a2c87129
@ -188,4 +188,16 @@ public class FairnetUtils {
|
|||||||
return innorixFileListInfoStr;
|
return innorixFileListInfoStr;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void sessionSet(
|
||||||
|
HttpServletRequest reqeust
|
||||||
|
, String certNm
|
||||||
|
, String certNo
|
||||||
|
) {
|
||||||
|
HttpSession session = reqeust.getSession();
|
||||||
|
session.setAttribute("certNm", certNm);
|
||||||
|
session.setAttribute("certNo", certNo);
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@ -79,8 +79,10 @@ function jstreeInit() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugins" : [
|
"plugins" : [
|
||||||
"contextmenu", "dnd", "search",
|
"contextmenu"
|
||||||
"types"
|
// , "dnd"
|
||||||
|
, "search"
|
||||||
|
, "types"
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
.bind('loaded.jstree', function(e, data) {
|
.bind('loaded.jstree', function(e, data) {
|
||||||
@ -296,7 +298,8 @@ function jstreeInit() {
|
|||||||
} else {
|
} else {
|
||||||
data.instance.refresh();
|
data.instance.refresh();
|
||||||
}
|
}
|
||||||
}) ;
|
})
|
||||||
|
;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user