Commit:    5c52d40bd319e984e7963bf9aba9390f74e37cc2
Author:    Hannes Magnusson <bj...@mongodb.com>         Thu, 26 Dec 2013 
19:30:38 -0800
Parents:   1b457358967f18f2b378f6cbafd07334e0452f77
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=5c52d40bd319e984e7963bf9aba9390f74e37cc2

Log:
Whopsy, that was only disabled for testing :)

Changed paths:
  M  js/search.js


Diff:
diff --git a/js/search.js b/js/search.js
index 3706114..146dbe1 100644
--- a/js/search.js
+++ b/js/search.js
@@ -114,7 +114,6 @@
          * @return {Boolean}
          */
         var canCache = function () {
-            return false;
             try {
                 return ('localStorage' in window && window['localStorage'] !== 
null && "JSON" in window && window["JSON"] !== null);
             } catch (e) {


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to