Subversion Repositories SmartDukaan

Rev

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

Rev 27875 Rev 28048
Line 31... Line 31...
31
    <link href="resources/css/bootstrap-theme.min.css" rel="stylesheet">
31
    <link href="resources/css/bootstrap-theme.min.css" rel="stylesheet">
32
	<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" />
32
	<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" />
33
	<link rel="stylesheet" type="text/css" href="resources/js/chosen.min.css" />
33
	<link rel="stylesheet" type="text/css" href="resources/js/chosen.min.css" />
34
	
34
	
35
	<link rel="stylesheet" type="text/css" href="resources/css/bootstrap-multiselect.css" />
35
	<link rel="stylesheet" type="text/css" href="resources/css/bootstrap-multiselect.css" />
-
 
36
	<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.7/css/jquery.dataTables.css"/>
36
	<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.16/css/dataTables.bootstrap.min.css"/>
37
	<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.16/css/dataTables.bootstrap.min.css"/>
37
	<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css' integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
38
	<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css' integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
38
	
39
	
39
	<style type="text/css">
40
	<style type="text/css">
40
		.loading {
41
		.loading {
Line 193... Line 194...
193
	}
194
	}
194
	
195
	
195
   function	getPartnersStat(){
196
   function	getPartnersStat(){
196
      doGetAjaxRequestHandler(context + "/getPartnersStatData",
197
      doGetAjaxRequestHandler(context + "/getPartnersStatData",
197
			function(response) {
198
			function(response) {
198
				$('#' + "main-content").html(response);
-
 
199
				console.log(response)
-
 
200
				if(response == 'true'){
199
				if(response == 'true'){
201
					console.log("hello 2")
-
 
202
				
-
 
203
				  window.location.href = $('.dashboardload').attr('href');
200
				  window.location.href = $('.dashboardload').attr('href');
204
				 }
201
				}
205
		});
202
		});
206
   }
203
   }
207
	
204
	
208
 
205
 
209
</script>
206
</script>