Merge branch 'new_theme' of bitbucket.org:venbainformationtechnology/ria into new_theme
This commit is contained in:
commit
5145c23201
@ -167,7 +167,7 @@ if (!empty($master)) {
|
|||||||
|
|
||||||
<?php echo $con->ConfigValue ?>
|
<?php echo $con->ConfigValue ?>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<?php }else{ ?>
|
<?php }else{ ?>
|
||||||
<td><?php echo $con->ConfigValue; ?></td>
|
<td><?php echo $con->ConfigValue; ?></td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@ -552,7 +552,7 @@ if (!empty($master)) {
|
|||||||
|
|
||||||
|
|
||||||
//this click function is used for showing material codes in modal window , MC created using a particular configuration value
|
//this click function is used for showing material codes in modal window , MC created using a particular configuration value
|
||||||
$(".config-category").click(function () {
|
$(document).on("click", ".config-category", function () {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user