fix generator flicker

This commit is contained in:
Antelle 2016-02-23 23:31:21 +03:00
parent 46427a97a9
commit f129b827f9
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ var GeneratorView = Backbone.View.extend({
},
newPass: function() {
this.render();
this.generate();
}
});