Skip to content

Commit

Permalink
Item13018: fully comment out the hash logic
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 1, 2014
1 parent 146020d commit 0cb516c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -82,8 +82,8 @@ $.tabpane = {
$.tabpane.switchTab($thisPane, thisOpts, newTabId);

// set hash
var newHash = $("#"+newTabId).data("hash"), oldHash = window.location.hash.replace(/^.*#/, "");
/* DISABLED for performance reasons: see http://foswiki.org/Tasks/Item13018
var newHash = $("#"+newTabId).data("hash"), oldHash = window.location.hash.replace(/^.*#/, "");
if (newHash != oldHash) {
window.location.hash = newHash;
}
Expand Down

0 comments on commit 0cb516c

Please sign in to comment.