lint compliance

pull/1/head
ansuz 2021-09-07 17:06:00 +05:30
parent 10433aab35
commit 38370328dd
1 changed files with 1 additions and 1 deletions

View File

@ -2813,7 +2813,7 @@ define([
$(logo).click(function () {
APP.framework._.sfCommon.gotoURL('/');
});
var footer = h('div.cp-form-view-footer', [logo])
var footer = h('div.cp-form-view-footer', [logo]);
return footer;
};