Commit a65b8565e88efb1891b3f1f99b88314355df3628
Merge branch 'Develop' of http://52.6.196.163/ADAM/AIAHTML5 into Develop
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -3613,6 +3613,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
3613 | 3613 | top: 70, |
3614 | 3614 | left: 1, |
3615 | 3615 | }, |
3616 | + controls: { buttons: 'closeonly'}, | |
3616 | 3617 | size: { width: $(window).outerWidth(), height: $(window).outerHeight() + 60 }, |
3617 | 3618 | //size: { width: $(window).outerWidth() - 10, height: $(window).outerHeight() - 110 }, |
3618 | 3619 | }); | ... | ... |