From b635b9cf9094d514c3f802ba50c5a393f1a34641 Mon Sep 17 00:00:00 2001 From: "bg.chun" Date: Tue, 24 May 2016 19:40:15 +0900 Subject: [PATCH] [Dialog] change jazz_m noti sound back.wav to home.wav Change-Id: Ief062b13768179b12b8aa2fcf0bd91b9fe74f832 Signed-off-by: bg.chun --- src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js b/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js index 0e8b519..9b1143d 100755 --- a/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js +++ b/src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js @@ -25,7 +25,7 @@ var _document = document || {}; var playback = (function() { var soundElement; var counter = 1; - var soundPathArray = ['/usr/share/feedback/sound/operation/operation.wav', '/usr/share/feedback/sound/operation/back.wav']; + var soundPathArray = ['/usr/share/feedback/sound/operation/operation.wav', '/usr/share/feedback/sound/operation/home.wav']; var soundPathCount = 0; function win(v) { -- 2.34.1