Skip to content

Commit

Permalink
Only append a div on surveyor selects
Browse files Browse the repository at this point in the history
  • Loading branch information
pezholio committed Jul 24, 2014
1 parent c1d41d6 commit 0bd9aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ $(document).ready(function($){
.on('mouseout', '.answer', function(){$(this).toggleClass('odc-popover-active', false)});

// Replace select boxes visually
$('select').each(function() {
$('#surveyor select').each(function() {
var self = $(this);

var selectBox = $('<div class="select-box">');
Expand Down

0 comments on commit 0bd9aad

Please sign in to comment.