Skip to content

Commit

Permalink
Fix query log refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
AzureMarker committed Mar 8, 2016
1 parent 725d0de commit 4f20cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
} );

function refreshData() {
tableApi.ajax.url("api.php?getAllQuerie").load();
tableApi.ajax.url("api.php?getAllQueries").load();
}
</script>

Expand Down

0 comments on commit 4f20cc6

Please sign in to comment.