aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/bootstrap-history-tabs.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/bootstrap-history-tabs.js')
-rw-r--r--js/bootstrap-history-tabs.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/bootstrap-history-tabs.js b/js/bootstrap-history-tabs.js
index 9dfc49b..9b72111 100644
--- a/js/bootstrap-history-tabs.js
+++ b/js/bootstrap-history-tabs.js
@@ -3,7 +3,6 @@
$.fn.historyTabs = function() {
var that = this;
window.addEventListener('popstate', function(event) {
- console.log(event);
if (event.state) {
$(that).filter('[href="' + event.state.url + '"]').tab('show');
} else {