Skip to content

Commit

Permalink
fixed marking
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMinton committed Dec 15, 2021
1 parent 7ab8af8 commit c3b351b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preview/a-good-table/a_good_table.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions preview/a-good-table/a_good_table.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
* ©2008-2021 SpryMedia Ltd - datatables.net/license
*/

/*!***************************************************
* datatables.mark.js v2.1.0
* https://github.com/julmot/datatables.mark.js
* Copyright (c) 2016–2020, Julian Kühnel
* Released under the MIT license https://git.io/voRZ7
*****************************************************/

/*!***************************************************
* mark.js v9.0.0
* https://markjs.io/
Expand Down
2 changes: 1 addition & 1 deletion preview/a-good-table/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var webpackConfig = {
entry: {
a_good_table: "./src/main.js",
},
resolve: { alias: { markjs: "mark.js/dist/jquery.mark.js" } },
resolve: { alias: { markjs: "datatables.mark.js/dist/datatables.mark.js" } },
output: {
filename: "[name].js",
path: __dirname,
Expand Down

0 comments on commit c3b351b

Please sign in to comment.