Remove JS call

This commit is contained in:
Urban Rotnik 2020-02-02 18:56:52 +01:00
parent cd14fe01f7
commit eea80f4a09

View file

@ -239,7 +239,6 @@ var HelperModule = (function(){
}
$(document).on('turbolinks:load', function() {
helpers.treeLinkTruncation();
helpers.hideFlashMsg();
helpers.dismissAlert();
});