Changeset 437

Show
Ignore:
Timestamp:
06/27/06 05:00:07 (3 years ago)
Author:
jallen
Message:

r1886@mt-master (orig r32434): jallen | 2006-06-26 21:57:39 -0700
Updated contextual help link base from g_contextsensitive_help to simply help; BugID: 21676

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/mt-static/mt.js

    r420 r437  
    4242 
    4343function openManual (section, page) { 
    44     window.open(HelpBaseURI + 'g_contextsensitive_help/' + section + '/' + page + '.html' , '_blank',  
     44    window.open(HelpBaseURI + 'help/' + section + '/' + page + '.html' , '_blank',  
    4545'width=800,height=600,scrollbars=yes,status=yes,resizable=yes,toolbar=yes,location=yes,menubar=yes'); 
    4646    return false;