Use the dot notation
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
1999e93535
commit
e579ed1220
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user