Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/15 13:59:53 (9 years ago)
Author:
ascheibe
Message:

#2399

  • fixed MathJax.js file name
  • worked on Mono project prepare script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.MathJax/1.1/HeuristicLab.MathJax-1.1/Plugin.cs.frame

    r12012 r12472  
    3535    public override void OnLoad() {
    3636      base.OnLoad();
    37       if (!Directory.EnumerateFiles(AppDomain.CurrentDomain.BaseDirectory, "mathjax.js", SearchOption.TopDirectoryOnly).Any()) {
     37      if (!Directory.EnumerateFiles(AppDomain.CurrentDomain.BaseDirectory, "MathJax.js", SearchOption.TopDirectoryOnly).Any()) {
    3838        ZipFile.ExtractToDirectory("mathjax.zip", AppDomain.CurrentDomain.BaseDirectory);
    3939      }
Note: See TracChangeset for help on using the changeset viewer.