mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 12:50:04 +02:00
make table sortable
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
//events
|
||||
ipcRenderer.on('fileList', (event, files) => {
|
||||
$('.js-container').html(gitlit.templates.main({files: files}));
|
||||
sorttable.makeSortable($('.js-filestable')[0]);
|
||||
var myTH = document.getElementsByTagName("th")[0];
|
||||
sorttable.innerSortFunction.apply(myTH, []);
|
||||
});
|
||||
|
||||
ipcRenderer.on('isNoGitLfsRepo', (event, repoDir) => {
|
||||
|
Reference in New Issue
Block a user