Subversion Repositories SmartDukaan

Rev

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

Rev 35501 Rev 35502
Line 141... Line 141...
141
        loadFofoBrandOffers("Motorola", fofoId);
141
        loadFofoBrandOffers("Motorola", fofoId);
142
    });
142
    });
143
});
143
});
144
 
144
 
145
 
145
 
-
 
146
$(document).on('click', '.fofo-stock-info', function () {
-
 
147
 
-
 
148
	$(".today-fofo-offer-view").hide();
-
 
149
	$(".fofo-summry-view").show();
-
 
150
});
-
 
151
 
-
 
152
 
146
$(document).on('click', ".fofo-brand-tab", function () {
153
$(document).on('click', ".fofo-brand-tab", function () {
147
    let fofoId = $(this).data('fofoid');
154
    let fofoId = $(this).data('fofoid');
148
    let brand = $(this).data("brand");
155
    let brand = $(this).data("brand");
149
    loadFofoBrandOffers(brand, fofoId);
156
    loadFofoBrandOffers(brand, fofoId);
150
});
157
});