From db0a85ea97096af4529b0ea3b903d182144c1310 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 3 Nov 2014 21:53:30 +0100 Subject: experimental program view --- assets/js/lustiges-script.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'assets/js') diff --git a/assets/js/lustiges-script.js b/assets/js/lustiges-script.js index f87ca64..adb43f4 100644 --- a/assets/js/lustiges-script.js +++ b/assets/js/lustiges-script.js @@ -13,10 +13,6 @@ $(function() { // activate tab via hash and default to video function setTabToHash() { var activeTab = $('.nav-tabs a[href=' + window.location.hash + ']').tab('show'); - - if (activeTab.length === 0) { - window.location.hash = '#video'; - } } // change hash on tab change -- cgit v1.2.3