lang href fix
This commit is contained in:
parent
a0ef06313f
commit
2649149da7
@ -51,6 +51,9 @@ function getActionScript() {
|
||||
$( document ).ready(function() {
|
||||
if ($.urlParam("script_id") != "-1") {
|
||||
getActionScript();
|
||||
$(".dropdown-item").each(function() {
|
||||
$(this).attr("href", $(this).attr("href")+"&script_id="+($.urlParam("script_id")));
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user