mirror of https://github.com/rancher/ui.git
Hide loader for IE
This commit is contained in:
parent
832922929e
commit
96fce38946
|
|
@ -0,0 +1,8 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.View.extend({
|
||||
didInsertElement: function() {
|
||||
$('#loading-overlay').hide();
|
||||
$('#loading-underlay').hide();
|
||||
}
|
||||
});
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ui",
|
||||
"version": "0.100.3",
|
||||
"version": "0.100.4",
|
||||
"private": true,
|
||||
"directories": {
|
||||
"doc": "doc",
|
||||
|
|
|
|||
Loading…
Reference in New Issue