Subversion Repositories SmartDukaan

Rev

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

Rev 31878 Rev 31881
Line 995... Line 995...
995
});
995
});
996
 
996
 
997
 
997
 
998
$(document).on('click', ".digify-retailer-login-test", function() {
998
$(document).on('click', ".digify-retailer-login-test", function() {
999
	//$('#main-content').html(`<iframe class="wrapper" src="${context}/digify/register" style="width:100%;height:100vh"> </iframe>`);
999
	//$('#main-content').html(`<iframe class="wrapper" src="${context}/digify/register" style="width:100%;height:100vh"> </iframe>`);
1000
	$('#main-content').html(`<a class="wrapper" href="${context}/digify/register" target="_blank" style="width:100%;height:100vh"> </a>`);
1000
	return `<a class="wrapper" href="${context}/digify/register" target="_blank" style="width:100%;height:100vh"> </a>`
1001
 
1001
 
1002
});
1002
});
1003
 
1003
 
1004
 
1004
 
1005
 
1005