Removed unnecessary cookie declaration for default locale

This commit is contained in:
Duncan Sommerville 2014-11-05 17:27:41 -05:00
parent 3b588dcce8
commit 3046003a1b
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ $(document).ready(function() {
$.post(url, {format: "json", data: data}, function(json){
$('#content').empty().append(json.html);
$.cookie("default_airtime_locale", $('#locale').val(), {path: '/'});
setTimeout(removeSuccessMsg, 5000);
showErrorSections();
setMailServerInputReadonly();