Subversion Repositories SmartDukaan

Rev

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

Rev 28381 Rev 28494
Line 366... Line 366...
366
		function(response) {
366
		function(response) {
367
			window.create({
367
			window.create({
368
				"url": "/dashboard",
368
				"url": "/dashboard",
369
				"incognito": true
369
				"incognito": true
370
			});
370
			});
-
 
371
		
371
		});
372
		});
372
}
373
}
373
 
374
 
374
function loginAsPartnerReadonly(fofoId) {
375
function loginAsPartnerReadonly(fofoId) {
375
	doGetAjaxRequestHandler(context + "/login-as-partner-readonly?fofoId=" + fofoId,
376
	doGetAjaxRequestHandler(context + "/login-as-partner-readonly?fofoId=" + fofoId,