]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Fix argument order
authorJohannes Zellner <johannes@cloudron.io>
Sun, 5 Jan 2020 17:51:35 +0000 (18:51 +0100)
committerJohannes Zellner <johannes@cloudron.io>
Sun, 5 Jan 2020 17:51:35 +0000 (18:51 +0100)
frontend/js/app.js

index 05cbe9ca331fb878b1974274e35a9b89b354367c..d99a91e05f0b20bcb73ca1db072dc09f74614a93 100644 (file)
@@ -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;