From: Johannes Zellner Date: Sun, 5 Jan 2020 17:51:35 +0000 (+0100) Subject: Fix argument order X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=commitdiff_plain;h=809fcf5dcaf1fad139ba55e412f5349863224fe0 Fix argument order --- diff --git a/frontend/js/app.js b/frontend/js/app.js index 05cbe9c..d99a91e 100644 --- a/frontend/js/app.js +++ b/frontend/js/app.js @@ -135,7 +135,7 @@ function loadDirectory(filePath) { }); } -function open(row, event, column) { +function open(row, column, event) { // ignore item open on row clicks if we are renaming this entry if (row.rename) return;