Skip to content

Commit

Permalink
Fix saving rootDirs (refresh before save)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Vos committed Jun 26, 2014
1 parent d4df002 commit d7f966e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/js/rootDirs.js
Expand Up @@ -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() });

}

Expand Down

0 comments on commit d7f966e

Please sign in to comment.