File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 <?php $ faqGroupCollection = $ block ->getFaqGroupCollection (); ?>
1515 <?php if ($ faqGroupCollection ->getSize ()): ?>
1616 <?php $ pageType = $ block ->getPageTypeAction (); ?>
17- <div id=" faq-loader">
17+ <div class="mageprince- faq-loader">
1818 <img src="<?= $ block ->getViewFileUrl ('images/loader-1.gif ' ); ?> " alt="loader"/>
1919 </div>
20- <div class="faq-collection" id=" faq-collection" style="display: none">
20+ <div class="mageprince- faq-collection" style="display: none">
2121 <?php if ($ block ->getGroupId ()): ?>
2222 <div id="faq-content" class="faq-content">
2323 <?php if ($ block ->isShowGroupTitle ()): ?>
Original file line number Diff line number Diff line change 1- .faq-collection {
1+ .mageprince- faq-collection {
22 margin-bottom : 20px ;
33 .ui-accordion .ui-accordion-header {
44 display : block ;
Original file line number Diff line number Diff line change 88
99 setAccordian ( ) ;
1010
11- $ ( '# faq-collection' ) . show ( ) ;
12- $ ( '# faq-loader' ) . hide ( ) ;
11+ $ ( '.mageprince- faq-collection' ) . show ( ) ;
12+ $ ( '.mageprince- faq-loader' ) . hide ( ) ;
1313
1414 function setAccordian ( ) {
1515 $ ( ".faq-accordion" ) . accordion ( {
You can’t perform that action at this time.
0 commit comments