Skip to content

Commit

Permalink
Merge branch '4.1' of github.com:unl/wdntemplates into 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolbus39 committed Dec 15, 2015
2 parents 8d5f195 + cff1e7e commit bec437e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdn/templates_4.1/scripts/wdn-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ define(['jquery'], function($) {
$container.attr('aria-hidden', true);

//Add a helper class to labels
var $label = $('label[for="'+$element.attr('id')+'"');
var $label = $('label[for="'+$element.attr('id')+'"]');
$label.addClass('wdn-dropdown-widget-label');
});

Expand Down

0 comments on commit bec437e

Please sign in to comment.