Skip to content

Commit bfe23cf

Browse files
committed
Fix #448 - pfTableView: conflicting PF and A-PF datatables
1 parent 54ee2f1 commit bfe23cf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

bower.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@
5353
"angular-mocks": "1.5.*",
5454
"angular-ui-router": "^1.0.0-beta.3"
5555
},
56+
"overrides": {
57+
"datatables": {
58+
"main": [
59+
"media/css/jquery.dataTables.css",
60+
"media/images/sort_asc.png",
61+
"media/images/sort_asc_disabled.png",
62+
"media/images/sort_both.png",
63+
"media/images/sort_desc.png",
64+
"media/images/sort_desc_disabled.png"
65+
]
66+
}
67+
},
5668
"resolutions": {
5769
"jquery": "~2.1.4"
5870
}

0 commit comments

Comments
 (0)