From 49305dcff55a72d891ca89a1470aef5d15161191 Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Fri, 25 Aug 2017 15:34:27 +0530 Subject: [PATCH] Atlas anatomy JSPanel restore/ maximize issue --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js | 6 +++++- 400-SOURCECODE/AIAHTML5.Web/app/views/module-item-view.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index 6f16da1..980fc4c 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -264,9 +264,13 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou $timeout(function () { $compile(aaViewElement.contents())($scope); - if (document.getElementById('aaDetailPageDiv') != null) { + //if (document.getElementById('aaDetailPageDiv') != null) { + if (document.getElementById('aaBodyView') != null) { //0.4 added some stylesheets + $('#aaBodyView').css("height", $(window).outerHeight()); + + $('#aaBodyView').css("width", $(window).outerWidth()); $rootScope.canvasDivHeight = $('.jsPanel-content').height() - $('.main2 .stickey-area').height(); diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/module-item-view.html b/400-SOURCECODE/AIAHTML5.Web/app/views/module-item-view.html index 70b4d1a..3ad8abd 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/module-item-view.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/module-item-view.html @@ -1,6 +1,6 @@ 
-
+
-- libgit2 0.21.4