Commit 746ef01e authored by Łukasz Nowak's avatar Łukasz Nowak

Fix undefined.

parent c7d8aa04
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts22663569.56</string> </value>
<value> <string>ts22663834.44</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -214,7 +214,7 @@ function searchSoftwareReleaseList(event) {\n
query_kw = $.deparam.fragment();\n
new_query_kw = {\n
query: $(\'#software_release_query\')[0][\'value\'],\n
software_category: query_kw[\'software_category\']\n
software_category: query_kw[\'software_category\'] ? query_kw[\'software_category\'] : \'\'\n
}\n
window.location.hash = $.param(new_query_kw);\n
}\n
......@@ -349,7 +349,7 @@ function hashController ()\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>10102</int> </value>
<value> <int>10139</int> </value>
</item>
<item>
<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