Fixed lint issues

This commit is contained in:
abzicht 2019-03-09 23:17:13 +01:00
parent 6fd790570a
commit 91651ca6ce

View File

@ -381,7 +381,7 @@ export const setLink = function (ids, linkStr) {
ids.split(',').forEach(function (id) {
let rawTask = findTaskById(id)
if (typeof rawTask !== 'undefined') {
pushFun(id, ()=>{window.open(linkStr, "_self")})
pushFun(id, () => { window.open(linkStr, '_self') })
}
})
setClass(ids, 'clickable')