mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
navigator 위젯의 horiNavigator(가로네비) 의 서브 메뉴들의 가상사이트에서 url오류 발생되는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6446 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e6b13910c6
commit
38e771324c
1 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,9 @@ WidgetNavigator.prototype.drawMenu = function(parent_srl){
|
|||
if(/^http\:\/\//.test(t.attr('url'))){
|
||||
u = t.attr('url');
|
||||
}else{
|
||||
u = request_uri.setQuery('mid',t.attr('url'));
|
||||
u = request_uri;
|
||||
if(typeof(xeVid)!='undefined') u = u.setQuery('vid',xeVid);
|
||||
u = u.setQuery('mid',t.attr('url'));
|
||||
}
|
||||
}
|
||||
m = '<a href="' + u + '"'+(t.attr('open_window')=='Y'?' target="blank"':'')+'>'+m+'</a>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue