Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
dc5be9aef5
@ -3790,7 +3790,7 @@ AJAX.registerOnload('functions.js', function () {
|
||||
cache: false,
|
||||
type: 'POST',
|
||||
data: {
|
||||
favorite_tables: (isStorageSupported('localStorage'))
|
||||
favorite_tables: (isStorageSupported('localStorage') && typeof window.localStorage['favorite_tables'] != 'undefined')
|
||||
? window.localStorage['favorite_tables']
|
||||
: ''
|
||||
},
|
||||
|
||||
@ -487,7 +487,7 @@ $(function () {
|
||||
cache: false,
|
||||
type: 'POST',
|
||||
data: {
|
||||
favorite_tables: (isStorageSupported('localStorage'))
|
||||
favorite_tables: (isStorageSupported('localStorage') && typeof window.localStorage.favorite_tables != 'undefined')
|
||||
? window.localStorage.favorite_tables
|
||||
: ''
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user