removed unnecessary json url extension

This commit is contained in:
Sebastian Sdorra
2017-06-28 22:01:11 +02:00
parent 97abf3de0e
commit e734ff8268
5 changed files with 10 additions and 10 deletions

View File

@@ -55,7 +55,7 @@ Sonia.svn.ConfigPanel = Ext.extend(Sonia.config.SimpleConfigForm, {
var config = {
title : this.titleText,
configUrl: restUrl + 'config/repositories/svn.json',
configUrl: restUrl + 'config/repositories/svn',
items : [{
xtype: 'textfield',
name: 'repositoryDirectory',