Skip to content

Commit

Permalink
fix(mobile): loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Mar 12, 2019
1 parent 9f4cd45 commit 54c2cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions mobile/css/ionic.app.css
Original file line number Diff line number Diff line change
Expand Up @@ -10112,6 +10112,7 @@ a.button {
display: none; }

.loader {
display: none;
width: 100%;
height: 100%;
position: absolute;
Expand Down
4 changes: 1 addition & 3 deletions mobile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
</head>
<body ng-app="trudesk">
<div class="mobile-container">


<div id="loader" class="loader"></div>
<div id="loader"></div>
<ion-nav-bar class="bar-dark nav-title-slide-ios7">
<ion-nav-back-button>
</ion-nav-back-button>
Expand Down

0 comments on commit 54c2cdd

Please sign in to comment.