Update alert concerning security settings for MathPlayer when it fails to initialize

This commit is contained in:
Davide P. Cervone 2011-06-02 09:18:31 -04:00
parent 46320e5b9e
commit eb63ba8daa
5 changed files with 14 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -72,11 +72,16 @@
// //
// If that fails, give an alert about security settings // If that fails, give an alert about security settings
// //
alert("MathJax was not able to setup MathPlayer. It may be that your\n"+ alert("MathJax was not able to set up MathPlayer.\n\n"+
"security settings are preventing ActiveX controls from running.\n"+ "If MathPlayer is not installed, you need to install it first.\n"+
"Use the Internet Options item under the Tools menu, and select the\n"+ "Otherwise, your security settings may be preventing ActiveX \n"+
"Security tab. Then press the Custom Level button and check that the\n"+ "controls from running. Use the Internet Options item under\n"+
"setting for 'Run ActiveX Controls' is enabled."); "the Tools menu and select the Security tab, then press the\n"+
"Custom Level button. Check that the settings for\n"+
"'Run ActiveX Controls', and 'Binary and script behaviors'\n"+
"are enabled.\n\n"+
"Currently you will see error messages rather than\n"+
"typeset mathematics.");
} }
} }
}, },