Changeset 437
- Timestamp:
- 06/27/06 05:00:07 (3 years ago)
- Files:
-
- 1 modified
-
trunk/mt-static/mt.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mt-static/mt.js
r420 r437 42 42 43 43 function openManual (section, page) { 44 window.open(HelpBaseURI + ' g_contextsensitive_help/' + section + '/' + page + '.html' , '_blank',44 window.open(HelpBaseURI + 'help/' + section + '/' + page + '.html' , '_blank', 45 45 'width=800,height=600,scrollbars=yes,status=yes,resizable=yes,toolbar=yes,location=yes,menubar=yes'); 46 46 return false;
