mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
가상사이트에서 위키의 계층 구조 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6641 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ae75b2e353
commit
67f939b035
2 changed files with 5 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ function viewHistory(history_srl) {
|
|||
var simpleTreeCollection;
|
||||
function Tree(){
|
||||
var url = request_uri.setQuery('mid',current_mid).setQuery('act','getWikiTreeList');
|
||||
if(typeof(xeVid)!='undefined') url.setQuery('vid',xeVid);
|
||||
if(typeof(xeVid)!='undefined') url = url.setQuery('vid',xeVid);
|
||||
|
||||
// clear tree;
|
||||
jQuery('#tree > ul > li > ul').remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue