|
|
@ -283,7 +283,7 @@ $(function() {
|
|
|
|
var hash = location.hash;
|
|
|
|
var hash = location.hash;
|
|
|
|
if (hash !== '') {
|
|
|
|
if (hash !== '') {
|
|
|
|
var url = hash.substring(1, hash.length);
|
|
|
|
var url = hash.substring(1, hash.length);
|
|
|
|
$('a[href$="' + url + '"]').click();
|
|
|
|
$('a[href$="' + decodeURI(url) + '"]').click();
|
|
|
|
if($.inArray(url, excludesUrl)){
|
|
|
|
if($.inArray(url, excludesUrl)){
|
|
|
|
$('a[href$="' + url + '"]').parent("li").addClass("selected").parents("li").addClass("active").end().parents("ul").addClass("in");
|
|
|
|
$('a[href$="' + url + '"]').parent("li").addClass("selected").parents("li").addClass("active").end().parents("ul").addClass("in");
|
|
|
|
}
|
|
|
|
}
|
|
|
|