added global variable for restUrl

This commit is contained in:
Sebastian Sdorra
2010-09-04 17:05:27 +02:00
parent 4b1e491e85
commit d8548089f6
2 changed files with 14 additions and 12 deletions

View File

@@ -10,3 +10,5 @@ var repositoryTypeStore = new Ext.data.ArrayStore({
fields: [ 'name', 'type' ],
data: repositoryTypes
});
var restUrl = "api/rest/";