Subversion Repositories SmartDukaan

Rev

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

Rev 31762 Rev 31786
Line 983... Line 983...
983
function managePCM() {
983
function managePCM() {
984
	doGetAjaxRequestHandler(`${context}/brand-pcm`, function(response) {
984
	doGetAjaxRequestHandler(`${context}/brand-pcm`, function(response) {
985
		$('#main-content').html(response);
985
		$('#main-content').html(response);
986
	});
986
	});
987
}
987
}
-
 
988
 
-
 
989
 
-
 
990
 
-
 
991
$(document).on('click', ".digify-retailer-register", function() {
-
 
992
		$('#main-content').html(`<iframe class="wrapper" src="${context}/digify/register" style="width:100%;height:100vh"> </iframe>`);
-
 
993
	//$('#main-content').html(`<iframe class="wrapper" src="https://buyback.thedigify.com/sell/" style="width:100%;height:100vh"> </iframe>`);
-
 
994
 
-
 
995
});