Make sure ting facets do not mess with the search
[mkdru-moved-to-drupal.org.git] / 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;
   }