Merge branch '2.3.x' into 2.3.x-saas
This commit is contained in:
commit
7c327e4c75
6 changed files with 18 additions and 11 deletions
|
@ -154,6 +154,7 @@ $(document).ready(function() {
|
|||
$.post(url, {format: "json", data: data}, function(data){
|
||||
var json = $.parseJSON(data);
|
||||
$('#content').empty().append(json.html);
|
||||
$.cookie("default_airtime_locale", $('#locale').val(), {path: '/'});
|
||||
setTimeout(removeSuccessMsg, 5000);
|
||||
showErrorSections();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue