Commit 792a317b authored by Łukasz Nowak's avatar Łukasz Nowak

Explain tree.

parent 2932e6a4
...@@ -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>ts22837545.4</string> </value> <value> <string>ts22838306.96</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -177,6 +177,7 @@ function drawSoftwareCategoryTree(data) {\n ...@@ -177,6 +177,7 @@ function drawSoftwareCategoryTree(data) {\n
var category = $(\'#left_menu\');\n var category = $(\'#left_menu\');\n
category.empty();\n category.empty();\n
category.attr(\'id\', \'software_category\');\n category.attr(\'id\', \'software_category\');\n
category.text(\'Using the tree below you can filter software by categories.\');\n
category.append(appendSoftwareCategoryTree(data));\n category.append(appendSoftwareCategoryTree(data));\n
}\n }\n
\n \n
...@@ -373,7 +374,7 @@ function hashController ()\n ...@@ -373,7 +374,7 @@ function hashController ()\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>11219</int> </value> <value> <int>11299</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
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