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") {
|
||||
$("#aop").text(item.aop);
|
||||
$("#aop").text(`AOP: ${item.aop}`);
|
||||
}
|
||||
|
||||
if (item.type === "refresh") {
|
||||
|
||||
Reference in New Issue
Block a user