Subversion Repositories SmartDukaan

Rev

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

Rev 34818 Rev 34825
Line 777... Line 777...
777
		console.log('5 PM show - showing modal');
777
		console.log('5 PM show - showing modal');
778
		showModal();
778
		showModal();
779
	} else {
779
	} else {
780
		console.log('Modal conditions not met - not showing');
780
		console.log('Modal conditions not met - not showing');
781
		$('#partnerTasks').modal('hide');
781
		$('#partnerTasks').modal('hide');
-
 
782
		$('.modal-backdrop').remove();
782
	}
783
	}
783
});
784
});
784
 
785
 
785
$(document).on('click', '.partner-tasks-btn', function () {
786
$(document).on('click', '.partner-tasks-btn', function () {
786
	doGetAjaxRequestHandler(context + "/dashboardModal", function (response) {
787
	doGetAjaxRequestHandler(context + "/dashboardModal", function (response) {