Commit 525f3012 authored by Łukasz Nowak's avatar Łukasz Nowak

On category change reset to first page.

parent ea3c3098
...@@ -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>ts22842994.84</string> </value> <value> <string>ts22843801.21</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -124,6 +124,7 @@ function hasher() {\n ...@@ -124,6 +124,7 @@ function hasher() {\n
t = l.join(\' +\')\n t = l.join(\' +\')\n
query_kw = $.deparam.fragment();\n query_kw = $.deparam.fragment();\n
query_kw[\'software_category\'] = t;\n query_kw[\'software_category\'] = t;\n
delete query_kw[\'page\'];\n
window.location.hash = \'#\'+$.param(query_kw);\n window.location.hash = \'#\'+$.param(query_kw);\n
$(\'.software_category_selected\').removeClass(\'software_category_selected\');\n $(\'.software_category_selected\').removeClass(\'software_category_selected\');\n
$(this).addClass(\'software_category_selected\');\n $(this).addClass(\'software_category_selected\');\n
...@@ -372,7 +373,7 @@ function hashController ()\n ...@@ -372,7 +373,7 @@ function hashController ()\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>11211</int> </value> <value> <int>11238</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