Skip to content

Commit

Permalink
Merge pull request #371 from EUDAT-B2SHARE/js/varbug
Browse files Browse the repository at this point in the history
missing var in js
  • Loading branch information
dblommesteijn committed Sep 9, 2014
2 parents af43494 + 5b81d3e commit 5a3102c
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 5a3102c

Please sign in to comment.