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 408005ba authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge branch 'release-2.3'

parents 8e3a72ce 4a68e95f
No related merge requests found
......@@ -164,8 +164,10 @@ function registerTabEvents() {
function ajaxLoadTab(tabid) {
var id = $('.hiddenId')[0].value;
var parts = document.URL.split(path+"/");
var urlparts = parts[1].split("/");
$.ajax({
url: path + '/Record/'+id+'/AjaxTab',
url: path + '/' + urlparts[0] + '/'+id+'/AjaxTab',
type: 'POST',
data: {tab: tabid},
success: function(data) {
......
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