Subversion Repositories SmartDukaan

Rev

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

Rev 31809 Rev 31878
Line 987... Line 987...
987
}
987
}
988
 
988
 
989
 
989
 
990
 
990
 
991
$(document).on('click', ".digify-retailer-login", 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(`<a class="wrapper" href="${context}/digify/register" target="_blank" style="width:100%;height:100vh"> </a>`);
994
 
994
 
995
});
995
});
-
 
996
 
-
 
997
 
-
 
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>`);
-
 
1000
	$('#main-content').html(`<a class="wrapper" href="${context}/digify/register" target="_blank" style="width:100%;height:100vh"> </a>`);
-
 
1001
 
-
 
1002
});
-
 
1003
 
-
 
1004
 
-
 
1005