mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
This commit is contained in:
parent
8b50caecc4
commit
a1faa08fec
1 changed files with 0 additions and 3 deletions
|
|
@ -846,9 +846,6 @@ function onSiteMapReceived(htData){
|
||||||
.bind("select_node.jstree", function(event, data){
|
.bind("select_node.jstree", function(event, data){
|
||||||
// move scroll
|
// move scroll
|
||||||
var ul = $($("#siteMapTree").jstree("get_container")[0]);
|
var ul = $($("#siteMapTree").jstree("get_container")[0]);
|
||||||
ul.parent("div.cnt").stop().animate({
|
|
||||||
scrollTop: data.rslt.obj.offset().top - ul.offset().top
|
|
||||||
}, 800);
|
|
||||||
|
|
||||||
$("#siteMapTree input").blur();
|
$("#siteMapTree input").blur();
|
||||||
//console.log($("#siteMapTree input"));
|
//console.log($("#siteMapTree input"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue