Subversion Repositories SmartDukaan

Rev

Rev 36819 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36819 Rev 36922
Line 1226... Line 1226...
1226
        $('#main-content').html(response);
1226
        $('#main-content').html(response);
1227
    });
1227
    });
1228
}
1228
}
1229
 
1229
 
1230
 
1230
 
1231
$(document).on('click', ".digify-retailer-login", function () {
-
 
1232
 
-
 
1233
    doGetAjaxRequestHandler(context + "/digify/register", function (response) {
-
 
1234
 
-
 
1235
 
-
 
1236
        $('#main-content').html(response);
-
 
1237
 
-
 
1238
    });
-
 
1239
    //$('#main-content').html(`<iframe class="wrapper" src="${context}/digify/register" style="width:100%;height:100vh"> </iframe>`);
-
 
1240
    //$('#main-content').html(`<a class="wrapper" href="${context}/digify/register" target="_blank" style="width:100%;height:100vh"> </a>`);
-
 
1241
 
-
 
1242
});
-
 
1243
 
-
 
1244
$(document).on('click', '.warehousewise_stock', function () {
1231
$(document).on('click', '.warehousewise_stock', function () {
1245
    doGetAjaxRequestHandler(`${context}/warehouse/stock-qty`, function (response) {
1232
    doGetAjaxRequestHandler(`${context}/warehouse/stock-qty`, function (response) {
1246
        $('#main-content').html(response);
1233
        $('#main-content').html(response);
1247
    });
1234
    });
1248
});
1235
});