Commit 7692f3c9 by Őry Máté Committed by Kálmán Viktor

dashboard: show tab based on anchor in url

parent 808eacdd
...@@ -37,5 +37,7 @@ $(function () { ...@@ -37,5 +37,7 @@ $(function () {
}); });
if (window.location.hash)
$("a[href=" + window.location.hash +"]").tab('show');
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment