mirror of
https://github.com/docker/docs.git
synced 2026-04-13 06:46:36 +07:00
Better spinners
This commit is contained in:
@@ -61,7 +61,6 @@ var Containers = React.createClass({
|
||||
}
|
||||
},
|
||||
handleNewContainer: function () {
|
||||
console.log($(this.getDOMNode()).find('.new-container-item'));
|
||||
$(this.getDOMNode()).find('.new-container-item').parent().fadeIn();
|
||||
this.transitionTo('new');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user