Skip to content

Commit

Permalink
Fix first group populated twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 27, 2015
1 parent bf12c40 commit b0f083c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kronolith/js/kronolith.js
Expand Up @@ -3578,7 +3578,6 @@ KronolithCore = {
this.groupLoading = true;
params.each(function(param) {
var elm = $(param[0]), options = elm.childElements();
options.shift();
options.invoke('remove');
elm.up('form').disable();
});
Expand Down

0 comments on commit b0f083c

Please sign in to comment.