var predictronlabs = predictronlabs || {}; predictronlabs.dashboard = (function($){ 'use strict'; function toggleRow(event){ event.stopPropagation(); event.preventDefault(); $(event.currentTarget).closest('.projects-table__item').toggleClass('projects-table__item--is-active'); predictronlabs.common.fixFooter(); } return { init: function(){ $('.projects-table__title a').on('click', toggleRow); $('.projects-table__commands a[title]').tipsy(); } } })(jQuery);