Guest User

Untitled

a guest
Oct 15th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script>
  2. require(['jquery', 'jquery/ui'], function($){
  3. if(jQuery('.super-attribute-select option').length == 1){
  4. jQuery('.super-attribute-select option:first').attr('selected','selected');
  5. }
  6. });
  7. </script>
Add Comment
Please, Sign In to add comment