Browse
For agents
About
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts
/
2.8.4
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts
v2.8.4
Switch version
2.8.14
2.8.13
2.8.12
2.7.5
2.7.6
2.7.7
2.7.8
2.7.9
2.8.0
2.8.1
2.8.10
2.8.11
2.8.2
2.8.3
2.8.4
2.8.5
2.8.6
2.8.7
2.8.8
2.8.9
trunk
1.0.1
1.0.2
1.1.0
1.1.1
All 147 releases
Overview
Code
content-blocks-builder
/
vendor
/
freemius
/
templates
/
ajax-loader.php
ajax-loader.php
in Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts 2.8.4, at vendor/freemius/templates/ajax-loader.php
7 lines
258 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
if
(
!
defined
(
'
ABSPATH
'
)
)
{
3
exit
;
4
}
5
?
>
6
<
div
class
=
"
fs-ajax-loader
"
style
=
"
display: none
"
>
<
?
php
for
(
$
i
=
1
;
$
i
<=
8
;
$
i
++
)
:
?
>
<
div
class
=
"
fs-ajax-loader-bar fs-ajax-loader-bar-<?php echo
$
i
?>
"
>
<
/
div
>
<
?
php
endfor
?
>
<
/
div
>
7