File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444</div>-->
4545< div class ="holder padding-zero ">
4646 < div class ="launcher-plugin layout7 " ng-if ="data.design.selectedLayout == 7 ">
47- < div class ="main-logo " ng-if ="data.design.logoImage ">
47+ < div class ="main-logo " ng-if ="data.design.logoImage && data.design.selectedLayout != 7 ">
4848 < div class ="logo-holder ">
4949 < table width ="100% " cellspacing ="0 " cellpadding ="0 " height ="100% ">
5050 < tbody >
6262 </ div >
6363
6464
65- < div id ="carousel " ng-if ="data.content.carouselImages.length != 0 "
66- ng-style =" data.content.carouselImages.length > 0 ? {'min-height': (9 * deviceWidth / 16) + 'px' } : {} " > </ div >
65+ < div id ="carousel " ng-if ="data.content.carouselImages.length != 0 && data.design.selectedLayout != 7 "
66+ > </ div >
6767
6868 < div class ="menu-links ">
6969 < div class ="menu-link " ng-repeat ="plugin in data.plugins " ng-click ="navigateToPlugin(plugin) ">
9898
9999 < div ng-class ="{ 'hidden': data.content.carouselImages.length == 0 } " class ="plugin-banner clearfix ">
100100 < div id ="carousel " class ="no-background "
101- ng-style =" data.content.carouselImages.length > 0 ? {'min-height': (9 * deviceWidth / 16) + 'px' } : {} " > </ div >
101+ > </ div >
102102 </ div >
103103
104104 < div id ="launcherSlider " class ="launcher-slider text-center "> </ div >
You can’t perform that action at this time.
0 commit comments