Skip to content

Commit

Permalink
Add forgotten js file and dir
Browse files Browse the repository at this point in the history
  • Loading branch information
arraylabs authored Mar 12, 2017
1 parent 091d633 commit ca1fd05
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dark_flower/js/helpers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
$(document).ready(function()
{
$("h1.title2").each(function()
{
if ($(this).is(":empty"))
{
$(this).closest("div").children("h1.title").css("line-height","35px");
}
});
});

0 comments on commit ca1fd05

Please sign in to comment.