|
@@ -136,8 +136,8 @@ function FormatURI(URI $uri, $base=""){
|
|
|
</div>
|
|
|
<div id="footer">{@Footer}</div>
|
|
|
</div>
|
|
|
- <div class="backdrop" ng-show="shouldShowMenu() || spinnerVisible" ng-click="menuVisible=false"></div>
|
|
|
- <div id="spinner" ng-show="spinnerVisible">
|
|
|
+ <div class="backdrop" ng-show="shouldShowMenu()" ng-click="menuVisible=false"></div>
|
|
|
+ <div id="spinner" class="backdrop" ng-show="spinnerVisible">
|
|
|
<img src="/images/spinner.svg" />
|
|
|
</div>
|
|
|
</body>
|