All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.webjars.timefold.js.timefold-webui.js Maven / Gradle / Ivy

Go to download

Timefold solves planning problems. This lightweight, embeddable planning engine implements powerful and scalable algorithms to optimize business resource scheduling and planning. This module contains the web UI.

There is a newer version: 1.16.0
Show newest version
function replaceTimefoldAutoHeaderFooter() {
  const timefoldHeader = $("header#timefold-auto-header");
  if (timefoldHeader != null) {
    timefoldHeader.addClass("bg-black")
    timefoldHeader.append(
      $(``));
  }
  const timefoldFooter = $("footer#timefold-auto-footer");
  if (timefoldFooter != null) {
    timefoldFooter.append(
      $(``));

      applicationInfo();
  }

}

function showSimpleError(title) {
    const notification = $(`


© 2015 - 2024 Weber Informatics LLC | Privacy Policy