Browse Source

Remove debug #2853

pull/2869/head
Jack Lukic 9 years ago
parent
commit
e95424107b
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/modules/dropdown.js

1
src/definitions/modules/dropdown.js

@ -2371,7 +2371,6 @@ $.fn.dropdown = function(parameters) {
if(settings.useLabels && module.has.maxSelections()) {
return;
}
console.log(alreadyHasValue);
if(value === '' || alreadyHasValue) {
$addition.remove();
return;

Loading…
Cancel
Save