commit 73f58abb43a3fca17a9663d8546dedbd27e0f68d
parent 3fc0a5762b35b1d4ad41f5a6dbe353e439dc0642
Author: Davide P. Cervone <dpvc@union.edu>
Date: Fri, 7 Feb 2014 10:04:46 -0500
Merge branch 'issue559' into develop. Issue #559.
Diffstat:
1 file changed, 0 insertions(+), 15 deletions(-)
diff --git a/unpacked/MathJax.js b/unpacked/MathJax.js
@@ -2359,21 +2359,6 @@ MathJax.Hub.Startup = {
MathJax.Hub.config.menuSettings.locale = this.params.locale;
}
//
- // Check for user cookie configuration
- //
- var user = MathJax.HTML.Cookie.Get("user");
- if (user.URL || user.Config) {
- if (confirm(
- MathJax.Localization._("CookieConfig",
- "MathJax has found a user-configuration cookie that includes code to "+
- "be run. Do you want to run it?\n\n"+
- "(You should press Cancel unless you set up the cookie yourself.)")
- )) {
- if (user.URL) {this.queue.Push(["Require",MathJax.Ajax,user.URL])}
- if (user.Config) {this.queue.Push(new Function(user.Config))}
- } else {MathJax.HTML.Cookie.Set("user",{})}
- }
- //
// Run the config files, if any are given in the parameter list
//
if (this.params.config) {