Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed console.log
  • Loading branch information
pavelthq committed Nov 5, 2015
1 parent 59cba03 commit 53df3d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/main.js
Expand Up @@ -24,7 +24,6 @@ $(document).ready(function () {
visiblePages: 5,
href: "?a=&page={{number}}&c=d",
onPageClick: function (event, page) {
console.info(page);
$('#not-spa-demo-content').text('Page ' + page);
}
});
Expand Down

0 comments on commit 53df3d7

Please sign in to comment.