From 7a0ed24c6f1d6085a7ace523c547453809526959 Mon Sep 17 00:00:00 2001 From: Jimmy Huang Date: Tue, 11 Feb 2014 15:18:53 -0800 Subject: [PATCH] Make error popups by default undimissibal Change-Id: Ia8f7501748008ac00cc9f80a33d9e17854f4406b Signed-off-by: Jimmy Huang --- js/utils.js | 4 ++-- packaging/Settings.changes | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/js/utils.js b/js/utils.js index 38992a4..eeb5c62 100644 --- a/js/utils.js +++ b/js/utils.js @@ -27,7 +27,7 @@ function showMsg(title, message) { } else { console.log(message); } - createPopupDialog(true, false, title, message); + createPopupDialog(false, false, title, message); } function showInputDialog(title, input_message, ok_button_text, cancel_button_text, ok_callback) { @@ -101,4 +101,4 @@ function showSpinner(dismiss, message) { function hideSpinner() { $.mobile.loading('hide'); -} \ No newline at end of file +} diff --git a/packaging/Settings.changes b/packaging/Settings.changes index 01031b1..1a83b7a 100644 --- a/packaging/Settings.changes +++ b/packaging/Settings.changes @@ -1,3 +1,6 @@ +* Tue Feb 11 2014 Jimmy Huang accepted/tizen/ivi/20140205.225825@87c90cb +- Make error popups by default undimissibal + * Tue Feb 11 2014 Jimmy Huang accepted/tizen/ivi/20140205.225825@41cc562 - Implements TIVI-2083, adds tethering support -- 2.7.4