Skip to content
Snippets Groups Projects
Commit e13afb17 authored by Demian Katz's avatar Demian Katz
Browse files

Code simplification.

parent a4d44b71
Branches
Tags instance/fid_adlr/staging/20210902_131729
No related merge requests found
......@@ -231,7 +231,7 @@ function applyRecordTabHash()
// Open tag in url hash
if (newTab.length > 0 && '#' + activeTab != newTab) {
$(window.location.hash.toLowerCase()).click();
$(newTab).click();
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment