From d7f966ee54195b7d20cfc5ce6b1bee5a6b7e4ec1 Mon Sep 17 00:00:00 2001 From: Patrick Vos Date: Thu, 26 Jun 2014 17:33:08 +0200 Subject: [PATCH] Fix saving rootDirs (refresh before save) --- data/js/rootDirs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/js/rootDirs.js b/data/js/rootDirs.js index 4c414bbbc9..27d781a0de 100644 --- a/data/js/rootDirs.js +++ b/data/js/rootDirs.js @@ -43,8 +43,8 @@ $(document).ready(function() { setDefault($('#rootDirs option').attr('id')); } - $.get(sbRoot + '/config/general/saveRootDirs', { rootDirString: $('#rootDirText').val() }); refreshRootDirs(); + $.get(sbRoot + '/config/general/saveRootDirs', { rootDirString: $('#rootDirText').val() }); }