Skip to content

Commit 79f9410

Browse files
committed
Disable folding service details for release
1 parent a245a6c commit 79f9410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { hsgLocationsAfterModule } from './modules/prm-locations-after/hsg-locat
1111
import { hsgPersonalInfoAfterModule } from './modules/prm-personal-info-after/hsg-personal-info-after.module';
1212
import { hsgRequestAfterModule } from './modules/prm-request-after/hsg-request-after.module';
1313
import { hsgSearchResultAvailabilityLineAfterModule } from './modules/prm-search-result-availability-line-after/hsg-search-result-availabilty-line-after.module';
14-
import { hsgServiceDetailsAfterModule } from './modules/prm-service-details-after/hsg-service-details-after.module';
14+
//import { hsgServiceDetailsAfterModule } from './modules/prm-service-details-after/hsg-service-details-after.module';
1515
import { hsgStackMapAfterModule } from './modules/prm-stack-map-after/hsg-stack-map-after.module';
1616
import { hsgUserAreaExpandableAfterModule } from './modules/prm-user-area-expandable-after/hsg-user-ara-expandable-after.module';
1717
import { slspHttpInterceptRequestsModule } from './modules/slsp-http-intercept-requests/slsp-http-intercept-requests.module';
@@ -30,7 +30,7 @@ app.requires.push(hsgLocationsAfterModule.name);
3030
app.requires.push(hsgPersonalInfoAfterModule.name);
3131
app.requires.push(hsgRequestAfterModule.name);
3232
app.requires.push(hsgSearchResultAvailabilityLineAfterModule.name);
33-
app.requires.push(hsgServiceDetailsAfterModule.name);
33+
//app.requires.push(hsgServiceDetailsAfterModule.name);
3434
app.requires.push(hsgStackMapAfterModule.name);
3535
app.requires.push(hsgUserAreaExpandableAfterModule.name);
3636
app.requires.push(slspHttpInterceptRequestsModule.name);

0 commit comments

Comments
 (0)