diff --git a/dist/components/dropdown.js b/dist/components/dropdown.js index 42b588492..843513b83 100644 --- a/dist/components/dropdown.js +++ b/dist/components/dropdown.js @@ -1986,7 +1986,7 @@ $.fn.dropdown = function(parameters) { } }, values: function() { - // prevents callbacks from occuring on initial load + // prevents callbacks from occurring on initial load module.set.initialLoad(); if(settings.apiSettings && settings.saveRemoteData && module.get.remoteValues()) { module.restore.remoteValues(); diff --git a/dist/semantic.js b/dist/semantic.js index eaa9c9135..1034a24ef 100644 --- a/dist/semantic.js +++ b/dist/semantic.js @@ -6197,7 +6197,7 @@ $.fn.dropdown = function(parameters) { } }, values: function() { - // prevents callbacks from occuring on initial load + // prevents callbacks from occurring on initial load module.set.initialLoad(); if(settings.apiSettings && settings.saveRemoteData && module.get.remoteValues()) { module.restore.remoteValues(); diff --git a/src/definitions/modules/dropdown.js b/src/definitions/modules/dropdown.js index 2e4adff22..5d8aa01b9 100644 --- a/src/definitions/modules/dropdown.js +++ b/src/definitions/modules/dropdown.js @@ -1986,7 +1986,7 @@ $.fn.dropdown = function(parameters) { } }, values: function() { - // prevents callbacks from occuring on initial load + // prevents callbacks from occurring on initial load module.set.initialLoad(); if(settings.apiSettings && settings.saveRemoteData && module.get.remoteValues()) { module.restore.remoteValues();