]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/js/app.js
Fix argument order
[perso/Immae/Projets/Nodejs/Surfer.git] / 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;