Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusmanske committed Jan 23, 2024
1 parent 949bca1 commit dbddf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/autolist.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function AutoList ( callback ) {

$.each ( rows , function ( k , row ) {
let cmd = { q:q , status:'waiting' } ;
let m = row.match ( /^\s*-D(\S+)\t(.+)$/i ) ;
let m = row.match ( /^\s*-D(\S+):(.+)$/i ) ;
if ( m != null ) {
cmd.mode = 'desc';
cmd.language = m[1] ;
Expand Down

0 comments on commit dbddf77

Please sign in to comment.