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 25, 2015
1 parent 107c1d7 commit e1e8a92
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 e1e8a92

Please sign in to comment.