File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
<?php $ faqGroupCollection = $ block ->getFaqGroupCollection (); ?>
15
15
<?php if ($ faqGroupCollection ->getSize ()): ?>
16
16
<?php $ pageType = $ block ->getPageTypeAction (); ?>
17
- <div id=" faq-loader">
17
+ <div class="mageprince- faq-loader">
18
18
<img src="<?= $ block ->getViewFileUrl ('images/loader-1.gif ' ); ?> " alt="loader"/>
19
19
</div>
20
- <div class="faq-collection" id=" faq-collection" style="display: none">
20
+ <div class="mageprince- faq-collection" style="display: none">
21
21
<?php if ($ block ->getGroupId ()): ?>
22
22
<div id="faq-content" class="faq-content">
23
23
<?php if ($ block ->isShowGroupTitle ()): ?>
Original file line number Diff line number Diff line change 1
- .faq-collection {
1
+ .mageprince- faq-collection {
2
2
margin-bottom : 20px ;
3
3
.ui-accordion .ui-accordion-header {
4
4
display : block ;
Original file line number Diff line number Diff line change 8
8
9
9
setAccordian ( ) ;
10
10
11
- $ ( '# faq-collection' ) . show ( ) ;
12
- $ ( '# faq-loader' ) . hide ( ) ;
11
+ $ ( '.mageprince- faq-collection' ) . show ( ) ;
12
+ $ ( '.mageprince- faq-loader' ) . hide ( ) ;
13
13
14
14
function setAccordian ( ) {
15
15
$ ( ".faq-accordion" ) . accordion ( {
You can’t perform that action at this time.
0 commit comments