mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-04 19:42:50 +08:00
Updated dashboard
This commit is contained in:
@@ -1712,10 +1712,6 @@ var CollectionDataView = module.exports = Backbone.View.extend({
|
||||
this.collection.on('remove', this.render, this);
|
||||
this.collection.on('change', this.render, this);
|
||||
|
||||
this.properties.on('reset', function() {
|
||||
this.collection.fetch();
|
||||
}, this);
|
||||
|
||||
$(this.el).on('focus', 'input', _.bind(function(e) {
|
||||
this._lastFocusedInput = e.currentTarget;
|
||||
}, this));
|
||||
|
||||
Reference in New Issue
Block a user