mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
batch-runner.js: move generated SQL files into ./sql and start adding hand-written ones (like the Mandelbrot) to that set.
FossilOrigin-Name: 06c106a7d23e4486dbed092757b7588688226ad35539ecc31378a8497f59d1ec
This commit is contained in:
@@ -119,7 +119,8 @@
|
||||
list.forEach(function(fn){
|
||||
if(!fn) return;
|
||||
opt = document.createElement('option');
|
||||
opt.value = opt.innerText = fn;
|
||||
opt.value = fn;
|
||||
opt.innerText = fn.split('/').pop();
|
||||
sel.appendChild(opt);
|
||||
});
|
||||
this.logHtml("Loaded",infile);
|
||||
|
Reference in New Issue
Block a user