Changeset 2650
- Timestamp:
- 02/29/2016 12:59:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/js/rosetta-roles.js
r2618 r2650 459 459 projects.getLocalProjects = function() { 460 460 var lastUpdated = window.localStorage.getItem( 'projectsLastUpdated' ); 461 if ( ! lastUpdated ) {461 if ( ! lastUpdated || 'undefined' === lastUpdated ) { 462 462 return false; 463 463 }
Note: See TracChangeset
for help on using the changeset viewer.