Commit ed24df5a authored by Bill Lynch's avatar Bill Lynch Committed by bill

Fixed bad URL

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2693 b35dd754-fafc-0310-a699-88a17e54d16e
parent 97aef524
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
helpPage = request.getAttribute("jive.helpPage").toString(); helpPage = request.getAttribute("jive.helpPage").toString();
} }
%> %>
var newwin = window.open('<%= request.getContextPath() %>/help/index.htm<%= (helpPage != null ? "#"+helpPage : "") %>', var newwin = window.open('/help/index.htm<%= (helpPage != null ? "#"+helpPage : "") %>',
'helpWindow','width=750,height=550,menubar=yes,location=no,personalbar=no,scrollbars=yes,resize=yes'); 'helpWindow','width=750,height=550,menubar=yes,location=no,personalbar=no,scrollbars=yes,resize=yes');
newwin.focus(); newwin.focus();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment