Skip to content

Commit

Permalink
Use the dot notation
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Apr 16, 2015
1 parent 1999e93 commit e579ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/functions.js
Expand Up @@ -3848,8 +3848,8 @@ AJAX.registerOnload('functions.js', function () {
cache: false,
type: 'POST',
data: {
favorite_tables: (isStorageSupported('localStorage') && typeof window.localStorage['favorite_tables'] !== 'undefined')
? window.localStorage['favorite_tables']
favorite_tables: (isStorageSupported('localStorage') && typeof window.localStorage.favorite_tables !== 'undefined')
? window.localStorage.favorite_tables
: ''
},
success: function (data) {
Expand Down

0 comments on commit e579ed1

Please sign in to comment.