Prevent form submit

Required for theme change
This commit is contained in:
André Zanghelini
2017-07-06 12:16:38 -03:00
parent 097bb51577
commit f159d0d9ef

View File

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