Make sure ting facets do not mess with the search
authorJakub Skoczen <jakub@indexdata.dk>
Mon, 7 Mar 2011 17:09:03 +0000 (18:09 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Mon, 7 Mar 2011 17:09:03 +0000 (18:09 +0100)
mkdru.client.js

index 59f14a0..5638dd1 100644 (file)
@@ -222,8 +222,7 @@ mkdru.hashChange = function () {
   // TING hack, switching tabs resets the hash but does not re-load the page
   // simply ignore new hash and set it to the old state
   var hash = $.param.fragment();
-  if (hash.indexOf('addon-result') == 0 || hash.indexOf('content-result') == 0
-      || hash.indexOf('ting-result') == 0) {
+  if (hash.indexOf("-result") != -1 || hash.indexOf("facets=") != -1) {
     mkdru.hashFromState();
     return;
   }