Skip to content

Commit d15202a

Browse files
committed
Better way to do this (as suggested by dnpwwo)
1 parent 39de75d commit d15202a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

www/app/FloorplanController.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ define(['app'], function (app) {
490490
document.removeEventListener('touchend', FPtouchend);
491491
$( window ).off('resize');
492492
$("body").off('pageexit').css('overflow','');
493+
$("#fpwrapper").attr("style","display:none;");
494+
$("#floorplancontent").addClass("container ng-scope").attr("style","");
493495
if ($scope.debug > 0) $.cachenoty=generate_noty('info', '<b>PageExit code executed</b>', 2000);
494496
});
495497
}

0 commit comments

Comments
 (0)