summaryrefslogtreecommitdiffstats
path: root/askbot/media/js/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/js/utils.js')
-rw-r--r--askbot/media/js/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/media/js/utils.js b/askbot/media/js/utils.js
index f2cc0108..9d1e1c51 100644
--- a/askbot/media/js/utils.js
+++ b/askbot/media/js/utils.js
@@ -284,10 +284,10 @@ QSutils.patch_query_string = function (query_string, patch, remove) {
/* The order of selectors should match the Django URL */
add_selector('scope');
add_selector('sort');
- add_selector('query');
add_selector('tags');
add_selector('author');
add_selector('page');
+ add_selector('query');
return new_query_string;
};