Fixing style errors.
This commit is contained in:
parent
9e494d0bb3
commit
b3f78100bf
@ -1374,11 +1374,11 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action))
|
|||||||
|
|
||||||
print '<script type="text/javascript">';
|
print '<script type="text/javascript">';
|
||||||
print '$(document).ready(function () {
|
print '$(document).ready(function () {
|
||||||
$("#selectcountry_id").change(function() {
|
$("#selectcountry_id").change(function () {
|
||||||
document.formprod.action.value="edit";
|
document.formprod.action.value="edit";
|
||||||
document.formprod.submit();
|
document.formprod.submit();
|
||||||
});
|
});
|
||||||
});';
|
});';
|
||||||
print '</script>'."\n";
|
print '</script>'."\n";
|
||||||
|
|
||||||
// We set country_id, country_code and country for the selected country
|
// We set country_id, country_code and country for the selected country
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user