Updated jquery.cookie to js.cookie
This commit is contained in:
parent
24dd71ad33
commit
fc2c23be8a
5 changed files with 193 additions and 102 deletions
|
@ -4,6 +4,6 @@ $(window).load(function() {
|
|||
|
||||
$(document).ready(function() {
|
||||
$("#submit").click(function() {
|
||||
$.cookie("airtime_locale", $("#locale").val(), {path: '/'});
|
||||
Cookies.set('airtime_locale', $('#locale').val(), {path: '/'});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue