nlopess Tue Nov 9 09:40:53 2004 EDT
Modified files:
/phpdoc/htmlhelp/suppfiles/html _script.js
Log:
possibly fix bug #30715: Win XP SP2 blocks the mk protocol by default,
causing notes not being displayed
http://cvs.php.net/diff.php/phpdoc/htmlhelp/suppfiles/html/_script.js?r1=1.6&r2=1.7&ty=u
Index: phpdoc/htmlhelp/suppfiles/html/_script.js
diff -u phpdoc/htmlhelp/suppfiles/html/_script.js:1.6
phpdoc/htmlhelp/suppfiles/html/_script.js:1.7
--- phpdoc/htmlhelp/suppfiles/html/_script.js:1.6 Thu Sep 2 07:35:24 2004
+++ phpdoc/htmlhelp/suppfiles/html/_script.js Tue Nov 9 09:40:53 2004
@@ -135,7 +135,7 @@
// affecting several IE 5.5 and IE 6 installations]
function loadNotes()
{
- document.write('<script src="mk:@MSITStore:' +
+ document.write('<script src="ms-its:' +
chmfile_path + 'php_manual_notes.chm::/_filelist.js"></script>');
}
@@ -144,7 +144,7 @@
{
// Notes buffer for user notes to display on this page
document.write(
- '<iframe name="nbuff" style="display:none" src="mk:@MSITStore:' +
+ '<iframe name="nbuff" style="display:none" src="ms-its:' +
chmfile_path + 'php_manual_notes.chm::/' + chmfile_page +
'"></iframe>'
);