Skip to content

Commit

Permalink
Replaced old country method with new location
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnfrancesco committed Jun 21, 2015
1 parent bcfd7d9 commit a011d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/view/template/marketing/affiliate_form.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
<script type="text/javascript"><!--
$('select[name=\'country_id\']').on('change', function() {
$.ajax({
url: 'index.php?route=marketing/affiliate/country&token=<?php echo $token; ?>&country_id=' + this.value,
url: 'index.php?route=localisation/country/country&token=<?php echo $token; ?>&country_id=' + this.value,
dataType: 'json',
beforeSend: function() {
$('select[name=\'country_id\']').after(' <i class="fa fa-circle-o-notch fa-spin"></i>');
Expand Down

0 comments on commit a011d9c

Please sign in to comment.