Skip to content
Snippets Groups Projects
Commit 2ca2e981 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

CIP #57952 improve add loading submodal js

parent 7383c73a
Branches
Tags
2 merge requests!2334Master,!2079Dev#57952 cip priorisation des ecrans de config
Pipeline #1104 passed with stage
in 11 minutes and 18 seconds
......@@ -10,11 +10,12 @@
event.preventDefault();
current_anchor=$(this);
addLoadingClass();
var url = $(this).attr('data-url')
? $(this).attr('data-url')
: $(this).attr('href');
var url = $(this).attr('data-url')
? $(this).attr('data-url')
: $(this).attr('href');
opacDialogFromUrl(addPath(url, '/render/popup'));
});
current_anchor = undefined;
}
......
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