Mercurial > dive4elements > website
view js/dive4elements.js @ 135:f00a8a8d9225
Added extra break in newfeed after the author of an entry.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 03 Apr 2014 16:08:15 +0200 |
parents | 9e93f08034d8 |
children |
line wrap: on
line source
$(document).ready(function() { $('[data-toggle=dive4elements]').click(function() { $('.row-dive4elements').toggleClass('active'); }); });