From 04d375a02e44d1c11054ace16cd243ada8e6bd23 Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Thu, 9 Feb 2012 00:05:25 -0800 Subject: Fixing URI for templates, need UI to use correct data --- js/io/templates/descriptor.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/io/templates/descriptor.json') diff --git a/js/io/templates/descriptor.json b/js/io/templates/descriptor.json index d8fb7da4..f28455fa 100644 --- a/js/io/templates/descriptor.json +++ b/js/io/templates/descriptor.json @@ -10,56 +10,56 @@ }, "files/html.txt":{ "name":"HTML", - "uri":"files/html.txt", + "uri":"/js/io/templates/files/html.txt", "type":"file", "fileExtension":".html", "children":["defaultTemplate"] }, "files/js.txt":{ "name":"JavaScript", - "uri":"files/js.txt", + "uri":"/js/io/templates/files/files/js.txt", "type":"file", "fileExtension":".js", "children":["defaultTemplate"] }, "files/css.txt":{ "name":"Cascading Style Sheets", - "uri":"files/css.txt", + "uri":"/js/io/templates/files/css.txt", "type":"file", "fileExtension":".css", "children":["defaultTemplate"] }, "files/json.txt":{ "name":"JSON", - "uri":"files/json.txt", + "uri":"/js/io/templates/files/json.txt", "type":"file", "fileExtension":".json", "children":["defaultTemplate"] }, "files/php.txt":{ "name":"PHP", - "uri":"files/php.txt", + "uri":"/js/io/templates/files/php.txt", "type":"file", "fileExtension":".php", "children":["defaultTemplate"] }, "files/pl.txt":{ "name":"Perl", - "uri":"files/pl.txt", + "uri":"/js/io/templates/files/pl.txt", "type":"file", "fileExtension":".pl", "children":["defaultTemplate"] }, "files/py.txt":{ "name":"Python", - "uri":"files/py.txt", + "uri":"/js/io/templates/files/py.txt", "type":"file", "fileExtension":".py", "children":["defaultTemplate"] }, "files/rb.txt":{ "name":"Ruby", - "uri":"files/rb.txt", + "uri":"/js/io/templates/files/rb.txt", "type":"file", "fileExtension":".rb", "children":["defaultTemplate"] -- cgit v1.2.3