The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit de55036e authored by Claas Kazzer's avatar Claas Kazzer Committed by André Lahmann
Browse files

refs #7319:

* fixed no load bug on loadInitialTabsWithAjax
parent 91f3c975
No related merge requests found
...@@ -227,7 +227,7 @@ function applyRecordTabHash() { ...@@ -227,7 +227,7 @@ function applyRecordTabHash() {
$(window).on('hashchange', applyRecordTabHash); $(window).on('hashchange', applyRecordTabHash);
function recordDocReady() { function recordDocReady() {
$('.record-tabs .nav-tabs a').click(function (e) { $('.record-tabs .tabs a').click(function (e) {
if ($(this.parentNode).hasClass('active')) { if ($(this.parentNode).hasClass('active')) {
return true; return true;
} }
......
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