Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 18:02:47 (9 years ago)
Author:
dglaser
Message:

#2394:

HeuristicLab.Services.WebApp-3.3:

  • implemented review comments
  • fixed a bug which caused the sidebar menu to collapse on non mobile devices

HeuristicLab.Services.WebApp.Status-3.3:

  • fixed calculation of calculating cores
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.WebApp/3.3/Configs/BundleConfig.cs

    r12435 r12514  
    9999      };
    100100      PluginManager pluginManager = PluginManager.Instance;
    101       foreach (var plugin in pluginManager.GetPlugins()) {
     101      foreach (var plugin in pluginManager.Plugins) {
    102102        if (File.Exists(string.Format(@"{0}\{1}\{1}.js", PluginManager.PluginsDirectory, plugin.Name))) {
    103103          jsFiles.Add(string.Format("WebApp/plugins/{0}/{0}.js", plugin.Name));
Note: See TracChangeset for help on using the changeset viewer.