Sha256: 59f827ac5c3c1d9f080e4f06871939ec688aef146e51596113c9fbcbf5ac6b95

Contents?: true

Size: 614 Bytes

Versions: 1

Compression:

Stored size: 614 Bytes

Contents

//<% environment.context_class.instance_eval { include ActionView::Helpers::UrlHelper } %>
//<% url = Faalis::Engine.routes.url_helpers %>

// Prefix url of API
window.API_PREFIX = "/api/v1/";
// Modules is an array of dashboard modules
window.DModules = [];

// This variable will contains all the modules name which should be loaded
// as Dashboard application dependency
window.dashboard_dependencies = [];
// Template prefix
window.templates_path = "/templates/";

// Any element of this queue will be appear as error after load event
window.ErrorQueue = [];
window.DashboardURL = "<%= url.dashboard_path %>";

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
faalis-0.7.0 app/assets/javascripts/faalis/dashboard/variables.js.erb