Skip to content

Commit

Permalink
Add missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
jvendetti committed Jun 9, 2021
1 parent 2a46f91 commit 907cd31
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/assets/javascripts/admin/licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jQuery(".admin.index").ready(function() {
url: href,
success: function(data){},
error: function(data){}
})
});
}
})

});
});


0 comments on commit 907cd31

Please sign in to comment.