Commit 5fe5979d authored by gaseema.n's avatar gaseema.n

inventory update

parent ea10d923
...@@ -173,8 +173,6 @@ $(document).on('touchstart click', '#noSponsoredBtn', function (event) { ...@@ -173,8 +173,6 @@ $(document).on('touchstart click', '#noSponsoredBtn', function (event) {
$('#spnsrdModal').on('click', $('.autocomplete-items div'), function () { $('#spnsrdModal').on('click', $('.autocomplete-items div'), function () {
var value = $('#check-prod-input').val(); var value = $('#check-prod-input').val();
console.log('============')
console.log(value)
if (value != '') { if (value != '') {
var sponsoredProduct = value; var sponsoredProduct = value;
for (var i in sponProds) { for (var i in sponProds) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment