* fix bug #19430
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php js::set('type', $type)?>
|
||||
<script>
|
||||
$(function()
|
||||
{
|
||||
$('#<?php echo $type?>').addClass('active');
|
||||
})
|
||||
</script>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php js::set('type', $type)?>
|
||||
<script>
|
||||
$(function()
|
||||
{
|
||||
$('#<?php echo $type?>').addClass('active');
|
||||
})
|
||||
</script>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php js::set('type', $type)?>
|
||||
<script>
|
||||
$(function()
|
||||
{
|
||||
$('#<?php echo $type?>').addClass('active');
|
||||
})
|
||||
</script>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php js::set('type', $type)?>
|
||||
<script>
|
||||
$(function()
|
||||
{
|
||||
$('#<?php echo $type?>').addClass('active');
|
||||
})
|
||||
</script>
|
||||
Reference in New Issue
Block a user