Project

General

Profile

« Previous | Next » 

Revision 92fc67cf

Added by koszko over 1 year ago

change store names and data keys to singular

View differences:

html/text_entry_list.js
311 311
    }
312 312

  
313 313
    dialog.loader(dialog_ctx, "Loading repositories...");
314
    const [tracking, items] = await haketilodb.track.repos(onchange);
314
    const [tracking, items] = await haketilodb.track.repo(onchange);
315 315
    dialog.close(dialog_ctx);
316 316

  
317 317
    list = new TextEntryList(dialog_ctx, () => haketilodb.untrack(tracking),

Also available in: Unified diff