Subversion Repositories SmartDukaan

Rev

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

Rev 24976 Rev 24980
Line 230... Line 230...
230
				}
230
				}
231
 
231
 
232
			});
232
			});
233
}
233
}
234
function loginAsPartner(fofoId) {
234
function loginAsPartner(fofoId) {
235
	doPostAjaxRequestHandler(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
		windows.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,