Subversion Repositories SmartDukaan

Rev

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

Rev 31881 Rev 31882
Line 993... Line 993...
993
	//$('#main-content').html(`<a class="wrapper" href="${context}/digify/register" target="_blank" style="width:100%;height:100vh"> </a>`);
993
	//$('#main-content').html(`<a class="wrapper" href="${context}/digify/register" target="_blank" style="width:100%;height:100vh"> </a>`);
994
 
994
 
995
});
995
});
996
 
996
 
997
 
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
	return `<a class="wrapper" href="${context}/digify/register" target="_blank" style="width:100%;height:100vh"> </a>`
-
 
1001
 
998
 
1002
});
-
 
1003
 
999
 
1004
 
1000
 
1005
 
1001