please eslint

v1.18.x
Barış Soner Uşaklı 7 years ago
parent bac2da0ace
commit c70cb0d7ad

@ -107,7 +107,9 @@ app.cacheBuster = null;
}; };
app.logout = function (e) { app.logout = function (e) {
e && e.preventDefault(); if (e) {
e.preventDefault();
}
$(window).trigger('action:app.logout'); $(window).trigger('action:app.logout');
/* /*

Loading…
Cancel
Save