Commit 408674fdff210594ffdf705d0530535b6c277682
1 parent
1d2fae10
this is for 17775
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -3509,6 +3509,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
3509 | 3509 | top: 70, |
3510 | 3510 | left: 1, |
3511 | 3511 | }, |
3512 | + controls: { buttons: 'closeonly'}, | |
3512 | 3513 | size: { width: $(window).outerWidth(), height: $(window).outerHeight() + 60 }, |
3513 | 3514 | //size: { width: $(window).outerWidth() - 10, height: $(window).outerHeight() - 110 }, |
3514 | 3515 | }); | ... | ... |