// This variable holds the value for context path of Wemlin Server Frontend application.
// The 'wemlin.frontend.context' variable, is maven defined property.
// This javascript file is filtered by the maven-war-plugin,
// and the value of the variable will be replaced by the value defined in pom.xml file.
var wemlinFrontendContext = "/wemlin-server-frontend/wemlin";
