Commit d8d511d2 authored by Łukasz Nowak's avatar Łukasz Nowak

By default render software release list.

parent a30683f3
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts21957901.38</string> </value> <value> <string>ts21958776.1</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -228,14 +228,14 @@ function requestController() {\n ...@@ -228,14 +228,14 @@ function requestController() {\n
\n \n
\n \n
var hash_list = [\n var hash_list = [\n
{\n
\'regexp\': /^$/, \n
\'func\': softwareReleaseController,\n
},\n
{\n {\n
\'regexp\': /^#!software_release\\/([0-9]+)?$/, \n \'regexp\': /^#!software_release\\/([0-9]+)?$/, \n
\'func\': requestController,\n \'func\': requestController,\n
},\n },\n
{\n
\'regexp\': /.*/, \n
\'func\': softwareReleaseController,\n
},\n
];\n ];\n
\n \n
function hashController ()\n function hashController ()\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment