Subversion Repositories SmartDukaan

Rev

Rev 27956 | Rev 27975 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27956 Rev 27974
Line 269... Line 269...
269
        startPrice: Number($container.find('.startValue').val()),
269
        startPrice: Number($container.find('.startValue').val()),
270
        endPrice: Number($container.find('.endValue').val()),
270
        endPrice: Number($container.find('.endValue').val()),
271
        catalogIds: catalogIds.map(Number),
271
        catalogIds: catalogIds.map(Number),
272
        excludeCatalogIds : excludeCatalogIds.map(Number),
272
        excludeCatalogIds : excludeCatalogIds.map(Number),
273
        brands: brands,
273
        brands: brands,
274
        isSmartPhone: false,
274
        isSmartPhone: isSmartPhone,
275
        isFeaturedPhone: false
275
        isFeaturedPhone: isFeaturedPhone
276
    };
276
    };
277
}
277
}
278
 
278
 
279
function loadOffer(domId) {
279
function loadOffer(domId) {
280
    console.log(domId);
280
    console.log(domId);