Subversion Repositories SmartDukaan

Rev

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

Rev 24980 Rev 24982
Line 231... Line 231...
231
 
231
 
232
			});
232
			});
233
}
233
}
234
function loginAsPartner(fofoId) {
234
function loginAsPartner(fofoId) {
235
	doGetAjaxRequestHandler(context + "/login-as-partner?fofoId=" + fofoId, function(response) {
235
	doGetAjaxRequestHandler(context + "/login-as-partner?fofoId=" + fofoId, function(response) {
236
		windows.create({"url": "/dashboard", "incognito": true});
236
		window.create({"url": "/dashboard", "incognito": true});
237
	});
237
	});
238
}
238
}
239
function extendBilling(container, fofoId) {
239
function extendBilling(container, fofoId) {
240
	doPostAjaxRequestHandler(context + "/extendBilling?fofoId=" + fofoId,
240
	doPostAjaxRequestHandler(context + "/extendBilling?fofoId=" + fofoId,
241
			function(response) {
241
			function(response) {