Changeset 12686 for stable/HeuristicLab.ExtLibs/HeuristicLab.MathJax
- Timestamp:
- 07/08/15 14:16:13 (9 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12616,12621,12644,12673
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.ExtLibs merged: 12621
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.MathJax/1.1/HeuristicLab.MathJax-1.1/Plugin.cs.frame
r12009 r12686 36 36 base.OnLoad(); 37 37 if (!Directory.EnumerateFiles(AppDomain.CurrentDomain.BaseDirectory, "mathjax.js", SearchOption.TopDirectoryOnly).Any()) { 38 ZipFile.ExtractToDirectory( "mathjax.zip", AppDomain.CurrentDomain.BaseDirectory);38 ZipFile.ExtractToDirectory(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "mathjax.zip"), AppDomain.CurrentDomain.BaseDirectory); 39 39 } 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.