Skip to content

Commit

Permalink
Use newer version of intl DataTables plugin, bump version to 1.2.3
Browse files Browse the repository at this point in the history
This fix sorting not working on Firefox
  • Loading branch information
m4tx committed Mar 12, 2018
1 parent 8e3e7b6 commit f5c96f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Satori Enhancements",
"description": "Adds a few useful enhancements to Satori Online Judge website.",
"version": "1.2.2",
"version": "1.2.3",

"minimum_chrome_version": "62",

Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let vendorFiles = [
'/diacritics-neutralise.js',
'bower_components/datatables.net-fixedcolumns/js/dataTables.fixedColumns.min.js',
'bower_components/datatables.net-fixedcolumns-dt/css/fixedColumns.dataTables.min.css',
'bower_components/datatables.net-plugins/sorting/intl.js',
'node_modules/datatables.net-plugins/sorting/intl.js',
];

let highlightJsStyles = config.HIGHLIGHT_JS_STYLES.map(
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "satori-enhancements",
"version": "1.2.2",
"version": "1.2.3",
"description": "WebExtension that adds a few useful enhancements to Satori Online Judge website.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -46,6 +46,7 @@
"@bower_components/datatables.net-fixedcolumns-dt": "DataTables/Dist-DataTables-FixedColumns-DataTables#^3.2.3",
"@bower_components/datatables.net-plugins": "DataTables/Plugins#^1.10.16",
"@bower_components/highlightjs": "components/highlightjs#^9.12.0",
"datatables.net-plugins": "git://github.com/DataTables/Plugins#284ebf1251809acdcd86cbcc533596811a6f0eeb",
"highlightjs-line-numbers.js": "^2.2.0",
"jquery": "^3.3.1"
},
Expand Down

0 comments on commit f5c96f6

Please sign in to comment.