fixed const error

This commit is contained in:
vedatakd 2020-02-20 10:32:57 +03:00
parent 0b6422c26d
commit 594cd7bfdb
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ $(document).ready(function () {
$(this).val(all[all.length-1])
})
const filter = {};
var filter = {};
filter.getCats = (catId, divId) => {
$.ajax({
type: 'get',

View File

@ -1,4 +1,4 @@
const filter = {};
var filter = {};
filter.checkUser = () => {
$.ajax({

View File

@ -7,7 +7,7 @@ function hideLoader() {
}
const filter = {};
var filter = {};
// TODO will be unified