Skip to content

Commit

Permalink
Merge c897e9e into 5c1e0bf
Browse files Browse the repository at this point in the history
  • Loading branch information
triptate committed May 1, 2018
2 parents 5c1e0bf + c897e9e commit 2c56362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/resque_web/application.js
Expand Up @@ -10,7 +10,7 @@
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
// GO AFTER THE REQUIRES BELOW.
//
//= require jquery
//= require jquery3
//= require jquery_ujs
//= require twitter/bootstrap
//= require_tree .
2 changes: 1 addition & 1 deletion app/assets/javascripts/resque_web/relative_date.js.coffee
Expand Up @@ -3,7 +3,7 @@ jQuery ->
dt = $(this).text()
$(this).relativeDate()
relatized = $(this).text()
if $(this).parents("a").size() > 0 || $(this).is("a")
if $(this).parents("a").length > 0 || $(this).is("a")
$(this).relativeDate()
$(this).attr("title", dt) unless $(this).attr("title")
else
Expand Down

0 comments on commit 2c56362

Please sign in to comment.