Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed May 11, 2017
1 parent a3d1fe0 commit 81c8f85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themes/default/admin/index/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
$(document).ready(function() {
var url = "{:url('admin/api/getVisitData')}";
$.post(url,{year:(new Date()).getFullYear()},function (res) {
console.log(res);
var a = [{
label: "Total Visit",
data: res.data,
Expand Down

0 comments on commit 81c8f85

Please sign in to comment.