AAIT#60374 Bug bij tabbladen pinnen (opdracht van afgemelde melding)
svn path=/Website/branches/v2019.2/; revision=45378
This commit is contained in:
@@ -181,7 +181,7 @@ var FcltMgr =
|
||||
if (a.length)
|
||||
{
|
||||
var href = $( a ).attr( "href" );
|
||||
var ttl = ( $( a ).find("span:first").is("ttl") ? $( a ).find("span:first").attr("ttl") : $( a ).find("span:first").text() );
|
||||
var ttl = $( a ).find("span:first").attr("ttl");
|
||||
if (href.indexOf("#" > 0))
|
||||
href = "#" + href.split("#")[1];
|
||||
var panel = $(href);
|
||||
|
||||
Reference in New Issue
Block a user