v0.10.14g - Fixed images error on washing machines

This commit is contained in:
2020-08-25 09:25:42 +02:00
parent abcc484e7c
commit f33b2bb45c
4 changed files with 77 additions and 80 deletions
@@ -49,7 +49,7 @@
console.log($value);
$.ajax({
type: 'get',
url: '{{route('locations.search')}}',
url: '{{route('washing-machines.search')}}',
data: {'option':$value},
success:function (data) {
console.log($value);