Skip to content

Commit

Permalink
Add Compatible Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Apr 30, 2024
1 parent efcb6a5 commit 78d11f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public override void ConfigureBundle(BundleConfigurationContext context)
}
else
{
//TODO: Compatibility code, Remove it after 8.2 rc1.
//TODO: Compatible code, Remove it after 8.3 rc1.
context.Files.AddIfNotContains("/libs/datatables.net/js/jquery.dataTables.js");
}
}
Expand Down
3 changes: 2 additions & 1 deletion npm/packs/datatables.net/abp.resourcemapping.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
mappings: {
"@node_modules/datatables.net/js/dataTables.min.js": "@libs/datatables.net/js/"
"@node_modules/datatables.net/js/dataTables.min.js": "@libs/datatables.net/js/",
"@node_modules/datatables.net/js/jquery.dataTables.js": "@libs/datatables.net/js/" //TODO: Compatible code, Remove it after 8.3 rc1.
}
}

0 comments on commit 78d11f2

Please sign in to comment.