Skip to content

Commit

Permalink
Merge pull request #46 from legalthings/selectize-fix-with-value
Browse files Browse the repository at this point in the history
Fixed last PR
  • Loading branch information
jasny authored May 5, 2017
2 parents c290d1d + 7dfff30 commit 86bb52d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/to-material.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ $.fn.toMaterial = function() {
// Add class to the material design to prevent another styles for it.
$docWizard.addClass('material');

// Fix select without material
var $el = $docWizard.find('select');
$el.removeClass('form-control');
$el.parent().addClass('is-empty');

// Added prev-next button to the each step
var $wizardSteps = $docWizard.find('.wizard-step');

Expand Down

0 comments on commit 86bb52d

Please sign in to comment.