Subversion Repositories SmartDukaan

Rev

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

Rev 31786 Rev 31809
Line 986... Line 986...
986
	});
986
	});
987
}
987
}
988
 
988
 
989
 
989
 
990
 
990
 
991
$(document).on('click', ".digify-retailer-register", function() {
991
$(document).on('click', ".digify-retailer-login", function() {
992
		$('#main-content').html(`<iframe class="wrapper" src="${context}/digify/register" style="width:100%;height:100vh"> </iframe>`);
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>`);
993
	//$('#main-content').html(`<iframe class="wrapper" src="https://buyback.thedigify.com/sell/" style="width:100%;height:100vh"> </iframe>`);
994
 
994
 
995
});
995
});