The problem

The Drupal's js object property jsEnabled has been removed in Drupal 7, seems like the code was preserved while migrating from Drupal 6.
@see: https://www.drupal.org/node/224333#no-jsenabled

This makes impossible to see the memcache statistics at the bottom of each page which can be enabled on /admin/config/system/memcache

Solution

Replace the Drupal.jsEnabled with Drupal.behaviours

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hugronaphor created an issue. See original summary.

hugronaphor’s picture

Status: Active » Needs review
FileSize
728 bytes

  • Jeremy committed 44c81c4 on 7.x-1.x authored by hugronaphor
    Issue #2942568 by hugronaphor: Remove nonexistent Drupal.jsEnabled check
    
Jeremy’s picture

Status: Needs review » Fixed

thanks, committed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.