Clean up GUI directory

This commit is contained in:
Jakob Borg
2014-09-04 08:53:28 +02:00
parent 5c7d977ae0
commit 89885b9fb9
33 changed files with 147 additions and 143 deletions

View File

@@ -15,7 +15,7 @@ syncthing.config(function ($httpProvider, $translateProvider) {
$httpProvider.defaults.xsrfCookieName = 'CSRF-Token';
$translateProvider.useStaticFilesLoader({
prefix: 'lang-',
prefix: 'lang/lang-',
suffix: '.json'
});
});