Skip to content

Commit

Permalink
Bugfix: typo in updateWidgets
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Nov 9, 2012
1 parent dfeb4a4 commit b1b6058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autocomplete_light/static/autocomplete_light/widget.js
Expand Up @@ -278,7 +278,7 @@ $(document).ready(function() {
Sorry for the hack but I see no other way, this is HTML's fault. Sorry for the hack but I see no other way, this is HTML's fault.
*/ */
function updateWidgets() { function updateWidgets() {
$('.autocomplete-light-widget[data-widget-watch=1][data-widget-ready=1]').each(function() { $('.autocomplete-light-widget[data-watch=1][data-widget-ready=1]').each(function() {
var widget = $(this).yourlabsWidget(); var widget = $(this).yourlabsWidget();
var value = widget.select.val(); var value = widget.select.val();


Expand Down

0 comments on commit b1b6058

Please sign in to comment.