JS Cookie update
This commit is contained in:
parent
4b59e75d2b
commit
2e23238f2c
4 changed files with 165 additions and 74 deletions
|
@ -517,7 +517,7 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
$('body').on('click', '#cu_save_user', function() {
|
||||
$.cookie("airtime_locale", $('#cu_locale').val(), {path: '/'});
|
||||
Cookies.set('airtime_locale', $('#cu_locale').val(), {path: '/'});
|
||||
});
|
||||
|
||||
// When the 'Listen' button is clicked we set the width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue