Change default configuration file to config/default.js

This commit is contained in:
Davide P. Cervone 2011-03-03 16:27:35 -05:00
parent 4648698978
commit c8761824ae
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
/*************************************************************
*
* MathJax/config/MathJax.js
* MathJax/config/default.js
*
* This configuration file is loaded when there is no explicit
* configuration script in the <script> tag that loads MathJax.js
@ -9,7 +9,7 @@
*
* ---------------------------------------------------------------------
*
* Copyright (c) 2009-10 Design Science, Inc.
* Copyright (c) 2009-2011 Design Science, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -599,4 +599,4 @@ MathJax.Hub.Config({
}
});
MathJax.Ajax.loadComplete("[MathJax]/config/MathJax.js");
MathJax.Ajax.loadComplete("[MathJax]/config/default.js");

View File

@ -1,6 +1,6 @@
/*************************************************************
*
* MathJax/config/MathJax.js
* MathJax/config/default.js
*
* This configuration file is loaded when there is no explicit
* configuration script in the <script> tag that loads MathJax.js
@ -9,7 +9,7 @@
*
* ---------------------------------------------------------------------
*
* Copyright (c) 2009-10 Design Science, Inc.
* Copyright (c) 2009-2011 Design Science, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -599,4 +599,4 @@ MathJax.Hub.Config({
}
});
MathJax.Ajax.loadComplete("[MathJax]/config/MathJax.js");
MathJax.Ajax.loadComplete("[MathJax]/config/default.js");