remove lightbox-effect class from ios.html

This commit is contained in:
Tankred Hase 2014-04-24 16:59:38 +02:00
parent 16fd3e8978
commit 35a7f30459
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<!-- error dialog lightbox -->
<div class="lightbox-overlay" ng-class="{'show': state.dialog.open}">
<div class="lightbox lightbox-effect dialog view-dialog" ng-include="'tpl/dialog.html'"></div>
<div class="lightbox dialog view-dialog" ng-include="'tpl/dialog.html'"></div>
</div><!--/.lightbox-overlay-->
</body>