This website works better with JavaScript
Home
Verkennen
Help
Inloggen
website
/
finlabsindia
Volgen
2
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
40eb9f8378
Aftakkingen
Labels
master
finlabsindia
/
wp-content
/
plugins
/
vamtam-elements-b
/
modules
/
vamtam-tabs
/
includes
/
frontend.js.php
frontend.js.php
106 B
Geschiedenis
Ruwe
1
2
3
4
5
6
7
8
9
10
(function($) {
$(function() {
new FLBuilderTabs({
id: '<?php echo $id ?>'
});
});
})(jQuery);