Fix form favicon

pull/1/head
yflory 4 years ago
parent 8c6e79be02
commit 9068c624ee

@ -1,7 +1,7 @@
define(['/api/config'], function (ApiConfig) { define(['/api/config'], function (ApiConfig) {
var Module = {}; var Module = {};
var apps = ['code', 'slide', 'pad', 'kanban', 'whiteboard', 'sheet', 'poll', 'teams']; var apps = ['code', 'slide', 'pad', 'kanban', 'whiteboard', 'sheet', 'poll', 'teams', 'form'];
var app = window.location.pathname.slice(1, -1); // remove "/" at the beginnin and the end var app = window.location.pathname.slice(1, -1); // remove "/" at the beginnin and the end
var suffix = apps.indexOf(app) !== -1 ? '-'+app : ''; var suffix = apps.indexOf(app) !== -1 ? '-'+app : '';

Loading…
Cancel
Save