Subversion Repositories SmartDukaan

Rev

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

Rev 16856 Rev 16860
Line 1... Line 1...
1
<script>
1
<script>
2
$(document).ready(function(){
2
$(document).ready(function(){
3
  $('.appinstalls').click(function(){
3
  $('.appinstalls').click(function(){
-
 
4
    $('#loadingModal').modal('show');
4
    var date= $(this).data('date');
5
    var date= $(this).data('date');
5
    // console.log(date);
6
    // console.log(date);
6
    $.ajax({
7
    $.ajax({
7
      method: "GET",
8
      method: "GET",
8
      url: "<?php echo $base_url;?>user_app_installs/getDateInstalls/"+date,
9
      url: "<?php echo $base_url;?>user_app_installs/getDateInstalls/"+date,