mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Fixed AOP Export Issues
This commit is contained in:
@@ -100,7 +100,7 @@ $(function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (item.type === "aop") {
|
if (item.type === "aop") {
|
||||||
$("#aop").text(item.aop);
|
$("#aop").text(`AOP: ${item.aop}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (item.type === "refresh") {
|
if (item.type === "refresh") {
|
||||||
@@ -225,4 +225,4 @@ $(function() {
|
|||||||
$.post(`https://${GetParentResourceName()}/exitGame`);
|
$.post(`https://${GetParentResourceName()}/exitGame`);
|
||||||
return;
|
return;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user