Fixed bug where cancel button in locale setttings does nothing
[profile/ivi/SettingsApp.git] / js / panel-locale.js
index b804faa..a4d1941 100644 (file)
@@ -36,6 +36,10 @@ function localePanelInit() {
 
         localeHideOption();
     });
+
+    $('#button_locale_cancel').on('click', function(event, data) {
+        localePageReload();
+    });
 }
 
 function localeShowOption() {