Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4972007 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-art3ch committed May 24, 2024
1 parent ad42053 commit 946e17f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assets/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
// Display or not the BackEnd Info
window['env']['displayBackEndInfo'] = '';

// Display or not the Tenant Selector
window['env']['displayTenantSelector'] = '';

// Time in seconds for Notifications, default 60 seconds
window['env']['waitTimeForNotifications'] = '';

Expand Down
3 changes: 3 additions & 0 deletions assets/env.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
// Display or not the BackEnd Info
window['env']['displayBackEndInfo'] = '$MIFOS_DISPLAY_BACKEND_INFO';

// Display or not the Tenant Selector
window['env']['displayTenantSelector'] = '$MIFOS_DISPLAY_TENANT_SELECTOR';

// Time in seconds for Notifications, default 60 seconds
window['env']['waitTimeForNotifications'] = '$MIFOS_WAIT_TIME_FOR_NOTIFICATIONS';

Expand Down
2 changes: 1 addition & 1 deletion main.js

Large diffs are not rendered by default.

0 comments on commit 946e17f

Please sign in to comment.