Skip to content

Commit

Permalink
missing var in js
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueldima committed Sep 9, 2014
1 parent af43494 commit 5b81d3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $(document).ready(function() {
* Should get appropriate metadata form.
*/
function domain_click_handler(e) {
inputEl = $(this).find('input');
var inputEl = $(this).find('input');
if (!inputEl.prop('checked')) {
inputEl.prop('checked', true);
$('#domains .domain').removeClass('highlight-icon');
Expand Down

0 comments on commit 5b81d3e

Please sign in to comment.