From b05925febcabb4caa5e1f5d4503f7ddd23708b26 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 26 Oct 2022 18:52:52 +0200 Subject: upgrade knex and bookshelf and fix thread/keyword apis --- public/assets/js/vendor/view/router.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public/assets/js/vendor/view/router.js') diff --git a/public/assets/js/vendor/view/router.js b/public/assets/js/vendor/view/router.js index 3fc3357..ad60467 100644 --- a/public/assets/js/vendor/view/router.js +++ b/public/assets/js/vendor/view/router.js @@ -6,7 +6,7 @@ var Router = View.extend({ }, onpopstate: (event) => { - console.log("POP STATE", document.location.pathname); + // console.log("POP STATE", document.location.pathname); app.router.parseRoute(document.location.pathname); }, @@ -18,7 +18,7 @@ var Router = View.extend({ if (this.routeByHash) { window.location.hash = url; } else if (window.history) { - console.log(url); + // console.log(url); window.history.pushState(null, null, url); } }, -- cgit v1.2.3-70-g09d2